Skip to content

Commit

Permalink
default_conf mistyped as conf_default in init.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Czerwinski committed Dec 14, 2012
1 parent de5234d commit 7d25a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
}

# Not all platforms need this
if ($monit::params::conf_default) {
file { $monit::params::conf_default:
if ($monit::params::default_conf) {
file { $monit::params::default_conf:
ensure => $ensure,
content => "startup=1\n",
require => Package[$monit::params::monit_package],
Expand Down

0 comments on commit 7d25a26

Please sign in to comment.