diff options
-rw-r--r-- | lib/puppet/type.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb index 57caf1d4f..2da4e037b 100644 --- a/lib/puppet/type.rb +++ b/lib/puppet/type.rb @@ -1307,7 +1307,7 @@ class Type alias => nagconf # just to make things easier for me } service { nagios: - running => true, + ensure => running, subscribe => File[nagconf] } } |