On Oct 22, 2010, at 8:33 AM, Rob McBroom wrote:
> Some quick poking around makes me think "value" won't work. You might need to
> say "value[1]" or "value[last()]" or something.
Looking further, here's an example from `tftp`:
/files/etc/xinetd.d/tftp/tftp/server_args
/files/etc/xinetd.d/tftp/tftp/server_args/value[1] = "-s"
/files/etc/xinetd.d/tftp/tftp/server_args/value[2] = "/tftpboot"
You might need to assign each one individually, like
value[1] '--daemon'
value[2] '--address=$ipaddress_eth0'
value[3] '--log-file=/var/log/rsyncd.log'
--
Rob McBroom
<http://www.skurfer.com/>
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.