[Puppet Users] Problems with the use of custom types

2011-07-07 Thread JohnW
I am trying to make use of a custom type mentioned in the wiki page http://projects.puppetlabs.com/projects/1/wiki/Sysctl_Patterns I created the module sysctl, inserted the custom type in there and created a simple manifest to make use of the introduced type. I add the module to a client and star

[Puppet Users] Re: Problems with the use of custom types

2011-07-07 Thread JohnW
nced there. Then > try your client again. > > The problem is your server isn't scanning your modulepath for types > ... its expecting types to be in its own libdir first. Hence why an > pluginsync is needed ... > > ken. > > On Thu, Jul 7, 2011 at 12:18 PM, JohnW wro

[Puppet Users] Puppet on Redhat 6

2011-04-01 Thread JohnW
Hello I have been using puppet for a while now, more or less successfully on SLES 11 and CentOS 5.5 currently I am using puppet 2.6.6 I now am trying it out on redhat 6, and now i run into an problem with even the simplest of modules/classes The error I get is : debug: /Stage[main]/Motd/File[/e

[Puppet Users] Re: Puppet on Redhat 6

2011-04-04 Thread JohnW
les are used without problems on systems with SLES11 and CentOS 5.5 - John On Apr 1, 9:36 pm, Frank Sweetser wrote: > On 4/1/2011 5:15 AM, JohnW wrote: > > > > > Hello > > > I have been using puppet for a while now, more or less successfully on > > SLES 11 and

[Puppet Users] Re: Puppet on Redhat 6

2011-04-04 Thread JohnW
: > On Apr 4, 3:45 am, JohnW wrote: > > > info: Applying configuration version '1301906526' > > debug: file_metadata supports formats: b64_zlib_yaml marshal pson raw > > yaml; using pson > > debug: /File[/etc/issue.net]/content: Executing 'diff -u /etc/

[Puppet Users] Puppetdashboard 1.1.0 spec file

2011-04-06 Thread JohnW
Hello, Does anyone have a good spec file for puppet dashboard 1.1.0, as the one supplied in the sourcecode is for 1.0.4 and tries to copy some directories, that don't exist anymore. I did some remodelling in the file, so it creates a rpm now, but I'm not sure whether my "fix" is the only change

[Puppet Users] Puppet resource type "notify" and Puppet Dashboard

2011-04-14 Thread JohnW
Hello, I'm using the following call in my default profile: notify { "development": message => "Puppet environment development", loglevel => " info"; } with similar entries in other environments. This works as expected with one exception, the way