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
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