]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/puppetmaster/lib/puppet/parser/functions/whohosts.rb
sigh, totally broken
[dsa-puppet.git] / modules / puppetmaster / lib / puppet / parser / functions / whohosts.rb
index ed2a0c0436aac40151f28c7d8f8cc538017bd825..f98bf0ad050cd2c33a0857d2a29f3c7698ed0454 100644 (file)
@@ -5,7 +5,7 @@ module Puppet::Parser::Functions
 
     ipAddrs = args[0]
     yamlfile = args[1]
-    parser.watch_file(yamlfile)
+    #self.interp.newfile(yamlfile)
 
     $KCODE = 'utf-8'