Issue #18873 has been updated by Stefan Schulte.

FYI: I've wrote a `service_config` type that is now available in Nan's 
puppet-solaris repository: https://github.com/nanliu/puppet-solaris
----------------------------------------
Feature #18873: Puppet should have a type to change SMF settings on Solaris 11
https://projects.puppetlabs.com/issues/18873#change-83001

Author: Stefan Schulte
Status: Unreviewed
Priority: Normal
Assignee: 
Category: RAL
Target version: 
Affected Puppet version: 
Keywords: solaris smf svccfg
Branch: 


On Solaris 11 quite a lot of configuration files have moved to SMF.


This means that you can no longer manage a lot of Solaris 11 configuration 
directly, e.g. setting nameservers in `/etc/resolv.conf` is no longer possible. 
Instead you have to run
<pre>
svccfg -s dns/client listprop config/nameserver
svccfg -s dns/client setprop config/nameserver = net_address: 10.0.0.1
</pre>

Puppet should have a native type `service_config` to be able to manage those 
aspects on Solaris 11.

Feel free to assign the ticket to me if you think it is valid.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to