Re: [Puppet Users] Is there a nice syntax for calling functions?

2011-01-08 Thread Patrick
On Jan 8, 2011, at 3:52 AM, Adam Nielsen wrote: 2) Because of the exec command, /etc/timezone gets overwritten without a backup being made like with other functions. Is there a way to get the file included in the file bucket? I imagine I'd have to add an onlyif directive to make sure

Re: [Puppet Users] Is there a nice syntax for calling functions?

2011-01-08 Thread Nan Liu
On Sat, Jan 8, 2011 at 3:52 AM, Adam Nielsen a.niel...@shikadi.net wrote: Hi all, I'm using the class below to set the timezone on a Debian system, however there are two things I'm unhappy with. 1) Why do I have to specify a trailing colon after the exec command and when calling