search for: cimd

Displaying 1 result from an estimated 1 matches for "cimd".

Did you mean: cid
2012 Mar 06
1
File checksum
I want to to ensure a file, and if the content changes a subscribed exec should fire. file { "/etc/opt/microsoft/scx/ssl/scx-host-$fqdn.pem": checksum => "md5", } exec { "/etc/init.d/scx-cimd restart": subscribe => File["/etc/opt/microsoft/scx/ssl/scx-host-$fqdn.pem"], refreshonly => true } The file is created by a package (scom) and the content isn''t managed by puppet. I noticed that the exec never fired - I tried making a change t...