Re: [Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8

2013-06-24 Thread Manoj Bhola
Hi Keith, I've just tried what you suggested and that doesn't work either, I get the same error. Thanks Manoj On Monday, June 24, 2013 5:03:59 AM UTC+1, Keith Burdis wrote: Perhaps try removing the final trailing comma after enable = false. Some Puppet versions have a problem with this.

Re: [Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8

2013-06-24 Thread Jakov Sosic
On 06/23/2013 02:34 AM, Manoj Bhola wrote: class novell-httpstkd { class {novell-httpstkd: addr = $ipaddress, saddr = $ipaddress, filteraddr = 192.168.69.20, filtersubnet = 192.168.1.0 255.255.255.0, cipher = low, mailserver = mail.localdomain, mailfrom = nrm@$fqdn,

Re: [Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8

2013-06-24 Thread R.I.Pienaar
- Original Message - From: Manoj Bhola mbhol...@gmail.com To: puppet-users@googlegroups.com Sent: Sunday, June 23, 2013 1:34:31 AM Subject: [Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8 Hi, I hope someone can help. You are using 0.24.8, todays

Re: [Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8

2013-06-24 Thread Manoj Bhola
: To: puppet...@googlegroups.com javascript: Sent: Sunday, June 23, 2013 1:34:31 AM Subject: [Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8 Hi, I hope someone can help. You are using 0.24.8, todays documentation does not apply to this version - the code

[Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8

2013-06-23 Thread Manoj Bhola
Hi, I hope someone can help. I have created a custom class module which updates a configuration file. When I use the puppet command: puppet -e include custom, the file is replaced using the template file included in the module correctly. When I try to update settings in the configuration file

Re: [Puppet Users] Calling a custom class module via a manifest - puppet 0.24.8

2013-06-23 Thread Keith Burdis
Perhaps try removing the final trailing comma after enable = false. Some Puppet versions have a problem with this. - Keith On 24 Jun 2013 01:11, Manoj Bhola mbhol...@gmail.com wrote: Hi, I hope someone can help. I have created a custom class module which updates a configuration file.