Skip to content

Commit

Permalink
Merge pull request #571 from mayflower/fix/package-name
Browse files Browse the repository at this point in the history
Fix possibility to set package name
  • Loading branch information
jfryman committed Mar 26, 2015
2 parents 2354132 + 1ea7d6b commit e6d1695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/package.pp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}
}
default: {
package { 'nginx':
package { $package_name:
ensure => $package_ensure,
}
}
Expand Down

0 comments on commit e6d1695

Please sign in to comment.