Issue #18873 has been updated by Justin Stoller.

I like this idea, however I don't know if it belongs in core Puppet. I tried to 
write a defined type to help with this when I was working on Solaris11 work. I 
found an old manifest, I don't remember if it was working in the state I left 
it however. Does this look like something that would help Stefan?

https://gist.github.com/4630022

And by "I like this idea, however..." I mean, I'm not on the FOSS team and 
don't speak for them at all. Saw something come across my email similar to 
something I had worked on, HTH.
----------------------------------------
Feature #18873: Puppet should have a type to change SMF settings on Solaris 11
https://projects.puppetlabs.com/issues/18873#change-81889

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