"russell.fulton" <russell.ful...@gmail.com> writes: >> } >> >> define sensor () { >> $rules = generate("/usr/local/sbin/get-rules-for ${fqdn} ${name}") >> # ...and that emits a single string with the right data. >> > > It looks as if one can not pass variables into generators to protect > us from ourselves.... > > "Generators can only contain alphanumerics, file separators, and > dashes at /etc/puppet/modules/monitor/manifests/init.pp:61 " > > I may end up using #{var} in the erb....
Ah! Sorry, I forgot the syntax is incoherent with the other ways that shell commands are invoked. We actually use this to get the IP: $dns_ip = generate('/usr/bin/ruby', '-e', "require 'socket'; print IPSocket.getaddress('${fqdn}')") ...so, you should be good with: $rules = generate('/.../get-rules-for', $fqdn, $name) Sorry for the wasted time. I wish those interfaces all worked the same, predictable, way in puppet. One day, one day... Daniel -- ✣ Daniel Pittman ✉ dan...@rimspace.net ☎ +61 401 155 707 ♽ made with 100 percent post-consumer electrons -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.