diff --git a/manifests/init.pp b/manifests/init.pp index e4450b1..e4e7867 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -147,4 +147,12 @@ $custom_checks.each |$name, $params| { nhc::custom_check { $name: * => $params } } + + file { '/var/run/nhc': + ensure => $directory_ensure, + force => $_directory_force, + owner => 'root', + group => 'root', + mode => '0700', + } }