diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-13 12:56:13 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-13 13:21:11 +0200 |
commit | 1b2e270afc9da7bbab85e0d729d317a97cca962f (patch) | |
tree | 20cfce2f817b62ce32b5ac816c5c5597e87d0feb | |
parent | de68b72374231be37df7c171596672a21a218958 (diff) | |
download | Puppet-1b2e270afc9da7bbab85e0d729d317a97cca962f.tar.gz Puppet-1b2e270afc9da7bbab85e0d729d317a97cca962f.tar.zst Puppet-1b2e270afc9da7bbab85e0d729d317a97cca962f.zip |
Fix naemon pid
-rw-r--r-- | modules/profile/manifests/monitoring.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/manifests/monitoring.pp b/modules/profile/manifests/monitoring.pp index 8633626..99956c3 100644 --- a/modules/profile/manifests/monitoring.pp +++ b/modules/profile/manifests/monitoring.pp | |||
@@ -2,7 +2,7 @@ class profile::monitoring ( | |||
2 | Optional[String] $naemon_url = undef, | 2 | Optional[String] $naemon_url = undef, |
3 | Optional[String] $naemon_token = undef, | 3 | Optional[String] $naemon_token = undef, |
4 | ) inherits profile::monitoring::params { | 4 | ) inherits profile::monitoring::params { |
5 | ensure_packages(["naemon", "cnagios"]) | 5 | ensure_packages(["naemon", "cnagios"], { ensure => latest }) |
6 | 6 | ||
7 | file { "/etc/naemon": | 7 | file { "/etc/naemon": |
8 | ensure => "directory", | 8 | ensure => "directory", |