diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-13 13:24:24 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-13 13:24:24 +0200 |
commit | 98418747287dca98cb474f7d4197a94e0665dcb0 (patch) | |
tree | 20cfce2f817b62ce32b5ac816c5c5597e87d0feb | |
parent | b94d29d098d959707d139b514c5071e5d99e4626 (diff) | |
parent | 1b2e270afc9da7bbab85e0d729d317a97cca962f (diff) | |
download | Puppet-98418747287dca98cb474f7d4197a94e0665dcb0.tar.gz Puppet-98418747287dca98cb474f7d4197a94e0665dcb0.tar.zst Puppet-98418747287dca98cb474f7d4197a94e0665dcb0.zip |
Merge branch 'dev'
-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", |