Browse Source

fix possibility to set package name

Robin Gloster 9 years ago
parent
commit
1ea7d6b96f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manifests/package.pp

+ 1 - 1
manifests/package.pp

@@ -65,7 +65,7 @@ class nginx::package(
       }
     }
     default: {
-      package { 'nginx':
+      package { $package_name:
         ensure => $package_ensure,
       }
     }