diff options
Diffstat (limited to 'modules')
-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", |