Thanks R.I Pienaar, I did think that may be the problem that the older
version doesn't understand the class type, but wanted to make sure that was
the issue and not something I was doing wrong. Using a parameterized
version of the class, and then the same manifest works perfectly on version
2.6
- Original Message -
> From: "Manoj Bhola"
> 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 documenta
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
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 t
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" wrote:
> Hi,
>
> I hope someone can help.
>
> I have created a custom class module which updates a configuration file.
>
> When I us