Merge pull request #571 from mayflower/fix/package-name
Fix possibility to set package name
This commit is contained in:
commit
e6d1695f82
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class nginx::package(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
package { 'nginx':
|
package { $package_name:
|
||||||
ensure => $package_ensure,
|
ensure => $package_ensure,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue