search for: rpuppet

Displaying 12 results from an estimated 12 matches for "rpuppet".

Did you mean: puppet
2008 Nov 10
4
Weird custom type behaviour
Hey, I have a very trivial parsedfile based type - http://pastie.org/311146 - that works fine when deployed and run under puppetd -t. However, when being run by the daemonized puppet, it results in this error: Mon Nov 10 03:50:48 +0000 2008 //Node[ams-proxy-2]/quagga/Quagga::Daemon[zebra]/Quagga_service[zebra] (err): Failed to retrieve current state of resource: No ability to determine if
2008 Apr 10
5
ldap trouble
I am trying to setup puppet for use with ldap. Following the page (http://www.reductivelabs.com/trac/puppet/wiki/LdapNodes ) I run ruby -rldap -e ''puts :installed'' with success, however ruby - rpuppet -e ''p Puppet.features.ldap?'' fails with ruby: no such file to load -- puppet (LoadError) I imagine that it is related to how I have things installed. I am running etch, installed the ruby package available as well as the libldap-ruby1.8 and libldap-ruby1.8 packages. I in...
2007 Oct 12
7
Puppet is reporting missing libraries
Ok, I installed Ruby/LDAP to try and get Puppet''s ldapnodes support working and despite doing this I am still getting errors from puppetmasterd "notice: Could not set up LDAP Connection: Missing ruby/ldap libraries" followed by "info: Skipping ldap source; no ldap connection". I traced down this particular message to: lib/puppet/parser/interpreter.rb and it appears
2010 Feb 15
3
My first type/provider - does nothing...
...uot;, vg => "datavg", #provider => "logicalvolume", } file { "/tmp/lvtest": content => "aaa", } } The file is created and no notice about the volume. I checken my type and provider and it seems to be ok: ruby -rpuppet type/logicalvolume.rb ruby -rpuppet provider/logicalvolume/logicalvolume.rb It''s my first try and it may be obvious to you but i just don''t get it. Thanks, Daniel -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To p...
2007 Apr 19
15
Puppet rpm packages for RHEL4 x86_64?
Just wondering if anyone has built (or found) Puppet rpm packages for RHEL4 x86_64 version. James ********************************************************************************* Important Note This email (including any attachments) contains information which is confidential and may be subject to legal privilege. If you are not the intended recipient you must not use, distribute or copy this
2009 Jan 30
4
Can't connect to LDAP server
Hi appreciate your help. I am new to puppet. I have taken over a system. Running Debian v4.0 Puppetmaster & puppet v0.20.1-1 I keep getting the following error from puppetmaster Could not connect to LDAP: Can''t contact LDAP server. Please advise me how to analyse and work through this problem. Thanks John --~--~---------~--~----~------------~-------~--~----~ You received this
2011 Feb 10
0
Testing custom function and puupet LoadError
I am using ruby-enterprise, installed under: /opt/ruby-enterprise, when I try to run ruby interpreter I get error about loading puppet: # ruby -rpuppet netbackup_servers.rb ruby: no such file to load -- puppet (LoadError) What do I need to set RUBYLIB env var to? I tried this: export RUBYLIB=$RUBYLIB:/opt/ruby-enterprise/lib/ruby/ export RUBYLIB=$RUBYLIB:/opt/ruby-enterprise/lib/ruby/1.8/ export RUBYLIB=$RUBYLIB:/opt/ruby-enterprise/lib/ruby/gem...
2011 Sep 24
0
centos puppet user resource type - provider useradd does not support features manages_passwords
...t features manages_passwords; not managing attribute password I have both ruby-shadow and shadow-utils installed which I found as a solution when googling. But it still doesn''t work. When I run the following command, it returns false. So it doesn''t seem to be installed. ruby -rpuppet -e ''puts Puppet.features.libshadow?'' Am I missing something? Any help would be appreciated. Regards. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com...
2012 Nov 01
0
Issue with user password again
...I run puppet I see: "Provider useradd does not support features manages_passwords; not managing attribute password" [root@hostname local]# yum list installed | grep ruby-shadow ruby-shadow.x86_64 1.4.1-13.el6 @epel [root@hostname local]# ruby -rpuppet -e ''puts Puppet.features.libshadow?'' true [root@hostname local]# puppet --version 2.6.8 [root@hostname local]# ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] -- You received this message because you are subscribed to the Google Groups "Puppet Users&q...
2009 Sep 10
1
trouble with custom type on 0.24.8
I''m having trouble getting a simple custom type to work. Clients are giving me the following error: "Could not retrieve catalog: Could not find resource type zypper_repo at /etc/puppet/manifests/nodes/mgt.pp:33 on node <host.fqdn>" The custom type is present in the /var/lib/puppet/lib/puppet/type directory on both clients and server (via pluginsync), but it''s
2011 Jul 14
5
LDAP ENC
Seems straight forward enough but I keep getting errors. On a client... err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed when searching for node ubuntu5.ttinet: LDAP Search failed on the puppet master... puppet.conf [master] # ENC (external node classificiations) node_terminus = ldap ldapnodes = true ldapclassattrs = puppetclass # LDAP ldapserver =
2009 Mar 01
8
puppet and LDAP users
I am trying to get puppet to manage my LDAP users but I don''t appear to be having much success. What I have in puppet.conf is this [puppetmasterd] ldapserver=ldap.myorg.company.com ldapbase=dc=myorg,dc=org ldapuser=cn=admin,dc=myorg,dc=org ldappassword=mysecret ldapparentattr=dc=myorg,dc=org I added the ldapparentattr in desperation and doubt if