Displaying 1 result from an estimated 1 matches for "solserver".
Did you mean:
  aolserver
  
2006 Dec 21
7
Overriding types?
"Service and class definitions are scoped just as variable assignments are."
But what about types?
Here''s an example:
class solserver inherits server {
    remotefile { "/etc/shadow":
        mode => 400, group => staff,
        source => "solall/etc/shadow.server"
    }
Is it possible to just override the "/etc/shadow" definition for some
nodes? It certainly doesn''t work to just r...