Skip to content

Commit

Permalink
Merge pull request #32 from kyledecot/server-ensure
Browse files Browse the repository at this point in the history
Actually use the variable somewhere
  • Loading branch information
hunner committed Feb 25, 2016
2 parents 3ebad21 + 291ae84 commit 392953c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
}

package { $package_name:
ensure => installed,
ensure => $package_ensure,
provider => $pkg_provider,
source => $pkg_source,
before => Service[$virtual_service],
Expand Down

0 comments on commit 392953c

Please sign in to comment.