On Tue, Mar 08, 2011 at 12:30:05PM +0000, Tom Boland wrote: > this is the contents of the template: > > SPAMDOPTIONS="-d -L -i <%= ipaddress_eth0 -%> -A 10.44.217.0/20 -A > 10.216.15.242/32 -A 10.216.1.14/32 -A 10.216.15.0/24 -A > 213.171.193.103/32 -m 40 -q -x -u spamd --min-children=40"
Change that to be: SPAMDOPTIONS="-d -L -i <%= ipaddress_eth0 %> -A 10.44.217.0/20 -A 10.216.15.242/32 -A 10.216.1.14/32 -A 10.216.15.0/24 -A 213.171.193.103/32 -m 40 -q -x -u spamd --min-children=40" You had a -% in the template. Which wouldn't have helped. -- Ben Hughes || http://www.puppetlabs.com/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.