Displaying 1 result from an estimated 1 matches for "crotti".
Did you mean:
ciotti
2013 Mar 11
3
Restructure puppet modules
So far we have a similar situation, for each different server one fabric
and one puppet file, where the fabric file simply applies it in a brutal
way.
with settings(user=''root''):
put(''qa.pp'', ''qa.pp'')
put(''puppet apply qa.pp'')
And puppet files don''t use anything like classes or modules, but