Skip to content

Commit

Permalink
Set default to installed, undef does not make any sense
Browse files Browse the repository at this point in the history
  • Loading branch information
jhooyberghs committed Jun 26, 2017
1 parent 9c91809 commit 4f47978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/daemon.pp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# The binary package name
#
# [*package_ensure*]
# If package, then use this for package ensure default 'undef'
# If package, then use this for package ensure default 'installed'
#
# [*manage_user*]
# Whether to create user or rely on external code for that
Expand Down Expand Up @@ -66,7 +66,7 @@
$arch = $::prometheus::params::arch,
$bin_dir = $::prometheus::params::bin_dir,
$package_name = undef,
$package_ensure = undef,
$package_ensure = 'installed',
$manage_user = true,
$extra_groups = [],
$manage_group = true,
Expand Down

0 comments on commit 4f47978

Please sign in to comment.