public
Fork of lak/puppet
Description: Server automation framework and application
Homepage: http://reductivelabs.com/trac/puppet/
Clone URL: git://github.com/duritong/puppet.git
Setting host_config to true, when option graph is set. Fixes #1240???
duritong (author)
Tue May 20 13:53:55 -0700 2008
commit  cbfce1230a6187ca8c9c96f91fa3d9ede290a68a
tree    08df564793a0ecc1b5b898934e35e49c64f20470
parent  4c590df607f3d2cb6921b8d8269862a4f8f2456c
...
210
211
212
 
213
214
215
...
210
211
212
213
214
215
216
0
@@ -210,6 +210,7 @@ begin
0
 
0
     # Translate it to a RAL catalog
0
     catalog = catalog.to_ral
0
+    catalog.host_config = true if options[:graph]
0
 
0
     catalog.finalize
0
 

Comments