Re: [Puppet Users] Checking and setting svc properties in Solaris

2010-10-06 Thread John Warburton
If you own the manifest already, you can set properties there Otherwise, you can do what we do and use an exec - not efficient, but it works exec { 'syslog_remote': command => "svccfg -s svc:/system/system-log setprop config/log_from_remote = $syslog_from_remote \ || { svc

[Puppet Users] Checking and setting svc properties in Solaris

2010-10-06 Thread Philip Brown
Hello folks, I've been looking into how I might check (and possibly set) svc properties via puppet. The closest I've found, is the provider/service/smf stuff. However, that seems to only allow enabling and disabling of services. NOT of configuring properties. Is there some way I dont know of, how