search for: autofs_ni

Displaying 1 result from an estimated 1 matches for "autofs_ni".

Did you mean: autofs_nis
2009 Jun 25
2
Ensure overriden service after exec has run
Hi, How do I force my Service declaration (with is defined elsewhere and inherited) is run after an exec has run? The code; class autofs_nis::services inherits services::base { Service[''ypbind''] { ensure => running, enable=> true, } ..... } class autofs_nis::exec inherits services::base { exec { "setdomainname": command => "domainname blanked",...