robert.gstoehl
2010-Feb-15 14:50 UTC
[Puppet Users] Behaviour overloading through inheritance
Hey there, I''d like to migrate some of our solaris hardening mechanisms from sst (jass) to puppet. One part of the work involves disabling services in a secure base class while letting the administrator override specific services through sepcialized classes (kind of a secure - by default - mechanism). In puppet language: class solaris { } class lamp_services inherits solaris { } class mailservices inherits solaris { } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.