File: trixie-support.patch

package info (click to toggle)
puppet-module-cloudkitty 14.0.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,056 kB
  • sloc: ruby: 2,270; python: 38; sh: 10; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 514 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Trixie support
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-05-27

--- puppet-module-cloudkitty-14.0.0.orig/manifests/params.pp
+++ puppet-module-cloudkitty-14.0.0/manifests/params.pp
@@ -24,7 +24,7 @@ class cloudkitty::params {
     'Debian': {
     # package names
     $api_package_name              = 'cloudkitty-api'
-    case $::os_package_type {
+    case $facts['os']['name'] {
       'debian': {
         $api_service_name              = 'cloudkitty-api'
       }