search for: puppet2

Displaying 6 results from an estimated 6 matches for "puppet2".

Did you mean: puppet
2007 Nov 11
4
puppetrun fails: "Certificates were not trusted"
...ficates. The reverse way (puppetd pulls the config from puppetmasterd) works fine. The namespaceauth.conf on the client (where puppetd runs) is configured as follows: [puppetrunner] allow *.abc.net (also tried the calling host: puppet1.abc.net) But when I call ''puppetrun --debug --host puppet2.abc.net'' : Failed to load ruby LDAP library. LDAP functionality will not be available debug: puppet: Setting vardir to ''/var/opt/csw/puppet'' debug: puppet: Setting confdir to ''/etc/opt/csw/puppet'' debug: puppet: Setting logdir to ''$vardir/log...
2013 Mar 04
7
I moved my modules and manifest directory in puppet master.
...ere anywhere else where I need to change the path to the modules? Changes that I made to puppet.conf file to point to the ne location of the modules and manifest. # The default value is ''$confdir/manifests''. # manifestdir = /etc/puppet/manifests manifestdir = /etc/puppet2/manifests # The search path for modules, as a list of directories separated by the system path separator character. (Th e POSIX path separator is '':'', and the Windows path separator is '';''.) # The default value is ''$confdir/modules:/usr/share/p...
2013 Dec 18
0
Resources not exported from puppet agent run on the Puppet Master nodes with PuppetDB
...he puppet agent on them everything seems to go fine and I see the catalog getting submitted to PuppetDB in the logs. However, when I run puppet on the node that should collect these resources they aren''t applied. Querying PuppetDB via the API shows no resources exported for puppet1 or puppet2. Again, all other nodes are exporting their resources as expected. The only differences I can think between the masters and regular nodes are: - The puppetdb-terminus package is installed - They have /etc/puppet/routes.yaml and /etc/puppet/puppetdb.conf - storeconfigs = true and storec...
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
...certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7), and it''s not working to good for me. For instance I generate the ssl cert from the 1st master, and I copy it over to the 2nd puppetmaster: puppet1>scp private_keys/puppetmaster2.pem root@puppet2:/var/lib/puppet/ssl/private_keys/puppetmaster2.pem puppet1>scp ca/signed/puppetmaster2.pem root@puppet2:/var/lib/puppet/ssl/certs/puppetmaster2.pem puppet1>scp ca/ca_crt.pem root@puppet2:/var/lib/puppet/ssl/certs/ca.pem I get the following error: "Starting puppetmaster: Could not prepa...
2012 Oct 29
0
help with creating self.instances for puppetlabs-lvm providers
...in the output. https://github.com/logicminds/puppetlabs-lvm/commit/deb258231f5a4dc6da7c0d65a7153846b8766b3e example: def self.instances filesystems.map { | fs | new(:name => fs[0], :fs_type => fs[1], :options => fs[2], :ensure => :present ) } end [root@puppet2 logical_volume]# puppet resource filesystem filesystem { ''/dev/mapper/vg_puppet2-lv_root'': ensure => ''present'', } filesystem { ''/dev/sda1'': ensure => ''present'', } The output should detail the fstype and options bu...
2012 Oct 02
41
Puppet 3.0: Not authorized to call find on /file_metadata, more issues?
I''ve seen mention of this error in several places, with different causes. So before I posted here, I attempted to resolve this on my own. I corrected the change from puppet:///files to puppet:/// in my manifests *.pp files. No changes were made to the auth.conf file, and I did note in the ChangeLog that: Auth.conf differentiates between names and IPs – There’s a new allow_ip