search for: puppetversion

Displaying 20 results from an estimated 27 matches for "puppetversion".

2007 Jul 03
1
puppetversion and downgrade/upgrade of puppet
i wonder why this case fail: case puppetversion { ''0.22.4'':{ #ok notice(''ok bonne version'') } default:{ fail("mauvaise version de puppet $puppetversion, downgrade vers 0.22.4") } } gives me: protos:/usr/local/.aqadmi...
2010 Feb 28
5
Passenger and Puppet problems
...seem to get Passenger to work on my test server. Keep getting the following error in access_log *** Exception LoadError in PhusionPassenger::Rack::ApplicationSpawner (no such file to load -- rack/builder) (process 1998): from config.ru:1 Rack was installed from gem and is in the gempath. puppetversion 0.24.8 (both server and client) passenger (2.2.5) rack (1.0.1) rake (0.8.3) RHEL 5.3 httpd 2.2.3-22 ruby 1.8.5 The config.ru file is copied and pasted from http://reductivelabs.com/trac/puppet/wiki/UsingPassenger for 0.24.x Same goes for the virtual hosts config file, with added lines for Custom L...
2009 Jun 13
0
problems with puppetd on some of my solaris machines
...oxes work, and others don''t. I can ssh into both of these machines, so the host certs should be OK. As part of my installation, I download the ca.pem file for the puppetmaster, and the private key for the machine. The private keys were generated on the puppetmaster machine, which runs puppetversion => 0.24.4 on OpenBSD. Any ideas about what I am doing wrong, and/or things I could do to debug this problem? Thanks, Don Machine that doesn''t work: ===================== debug: Creating default schedules debug: Failed to load library ''shadow'' for feature '&...
2009 Dec 09
3
facter 1.5.7 all lsb* items missing
...in:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin physicalprocessorcount => 0 processor0 => Intel(R) Xeon(R) CPU E7450 @ 2.40GHz processor1 => Intel(R) Xeon(R) CPU E7450 @ 2.40GHz processorcount => 2 productname => VMware Virtual Platform ps => ps -ef puppetversion => 0.24.8 rubysitedir => /usr/lib/ruby/site_ruby/1.8 rubyversion => 1.8.5 selinux => false serialnumber => VMware-50 10 78 a0 ba 0f ad 0a-3d 47 f5 59 99 22 bd b8 sshdsakey => sshrsakey => swapfree => 1.45 GB swapsize => 2.00 GB timezone => CST type => Other uniqueid...
2010 Sep 02
2
err: Could not run Puppet configuration client: Invalid parameter stage at ...
...et repos; # rpm -qa | grep puppet puppet-dashboard-1.0.3-3 puppet-2.6.1-0.3.rc3.el5 puppet-server-2.6.1-0.3.rc3.el5 The clients are; # rpm -qa | grep puppet puppet-0.25.5-1.el5 and my code to bootstrap the puppet install in nodes.pp looks like this; node default { include puppet if versioncmp($puppetversion, ''2.6.0'') < 0 { case $operatingsystem { CentOS: { notice(''In the centos cases'') file { "/etc/puppet/puppet.conf": owner => root, group => root, mode => 644, source => "puppet:///bpcommon/baseno...
2012 Oct 18
0
Announce: Puppet 3.0.1 Available
...t puppetmaster init script Update redhat logrotate to signal correct process Remove unused suse packaging files (#16801) Update suse server.init and remove mongrel refs Update suse client.init for new pidfile, process name Update suse puppet.spec for Telly Update PUPPETVERSION for 3.0.1-rc1 Moses Mendoza (2): fail better in package repo rake tasks Update PUPPETVERSION for 3.0.1 Nick Fagerlund (1): (#16585) Remove dead ldapnodes setting Niels Abspoel (2): This will fix Refactor #16643. sample_module.pp refactored text: include sample-modul...
2007 Jan 25
3
overriding file in a class
...root } exec { ''sysctlp'': command => ''sysctl -p'', refreshonly => true, subscribe => File[''/etc/sysctl.conf''] } } i use puppetversion => 0.22.0 on client & server -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2013 Aug 15
1
Announce: Puppet 3.2.4 Available [ Security Release ]
...file perms Matthaus Owens (4): 05d20ff (maint) Remove rspec requires from the Rakefile a754bc8 (packaging) Move systemd BuildRequires into conditional 019e443 (maint) Correct type in speeeeling of pl-fedora-18-i386 mock in ext/build_defaults.yaml f55814d (packaging) Update PUPPETVERSION for 3.2.4 Melissa Stone (1): ecb0f92 (Bug #21768) Update puppet for F19 Pieter van de Bruggen (4): fe7b9f0 (#14333) Ensure module permissions are sane. 01c69eb Fixing a missed test for minitar. f8a9eec Ensure that PMT uses the correct group membership. afc9859 Improv...
2007 May 15
5
Purging issue
...ensure => directory, mode => 0700, recurse => true, purge => true, } but purging does not work, i can do a touch /etc/shorewall/puppet/rules/blahblah and the file is not purged at all. I use puppetversion => 0.22.4 i tried also just: file { [''/etc/shorewall/puppet'',''/etc/shorewall/puppet/rules'']: purge => true, } but this does not change anything. mainhost:/etc/shorewall%(root)> /usr/bin/sudo /usr/bin/puppetd...
2006 Nov 02
6
certificate not trusted
...cter domain => xxxxxx facterversion => 1.3.5 fqdn => xxxxxxxxxxxxxxxxxx hardwaremodel => i386 hostname => allo01 ipaddress => xx.Xx.xx.xx kernel => FreeBSD kernelrelease => 6.0-RELEASE operatingsystem => FreeBSD operatingsystemrelease => 6.0-RELEASE ps => ps -auxwww puppetversion => 0.19.3 rubysitedir => /usr/local/lib/ruby/site_ruby/1.8 rubyversion => 1.8.5 destroying all puppet files in the client and puppetca --clean the host does not do anything i cannot make them to trust each other. Any hints about something i missed here ? The method was ok for my...
2012 Jul 31
11
$concat_basedir not defined
...I build a node. Below is the setup.pp file for your reference. # Sets up the concat system. # # $concatdir is where the fragments live and is set on the fact concat_basedir. # Since puppet should always manage files in $concatdir and they should # not be deleted ever, /tmp is not an option. # # $puppetversion should be either 24 or 25 to enable a 24 compatible # mode, in 24 mode you might see phantom notifies this is a side effect # of the method we use to clear the fragments directory. # # The regular expression below will try to figure out your puppet version # but this code will only work in 0.24.8 a...
2009 Dec 03
0
err: Invalid parameter 'manifest' for type 'Service'.......
Hi all, I get this complaint when I try to define the following service: service { ''svc:/application/jboss:default'': enable => true, manifest => ''/opt/jboss/bin/jboss.xml'' } puppetversion => 0.24.8 operatingsystem => Solaris operatingsystemrelease => 5.10 What am I doing wrong? regards Lutz -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To u...
2012 Dec 14
0
Announce: Puppet 3.0.2-rc3 available
...================ Andrew Parker (1): d6ddb10 (Maint) Fix syntax error in module generate template Henrik Lindberg (1): 8941d67 Make spec_helper manage tmpdir. Hunter Haugen (1): 27642e6 (#10963) Collector overrides should work in Ruby 1.9 Matthaus Owens (1): f0e07db Update PUPPETVERSION for 3.0.2-rc3 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options,...
2013 Jun 18
0
Announce: Puppet 2.7.22 Available [ Security Release ]
...96be982 (packaging) Update build_defaults to remove EOL platforms (natty, f15, f16). 7f40007 (packaging) Update debian build-depends to be ruby1.8 so that the shebang is correct after install and ruby1.9.1 isn''t used on newer debians. e160e99 (packaging) Update CHANGELOG, PUPPETVERSION for 2.7.22 Moses Mendoza (1): ba8c021 [packaging] Update mocks for rpmbuilder mock format Patrick Carlisle (7): 788fdaf Don''t keep Gemfile.lock checked in. 535da9b Add acceptance test for report processing 2333fa4 Add vendoring system into puppet ee741eb Fix...
2007 Apr 30
3
syntax error, but wherz
...still got the error. This is puppet: facterversion => 1.3.7 hardwaremodel => i686 hostname => puppet id => root kernel => Linux kernelrelease => 2.6.20.4-vs2.2.0 lsbdistcodename => sarge lsbdistdescription => Debian GNU/Linux lsbdistid => Debian lsbdistrelease => 3.1 puppetversion => 0.22.3 rubysitedir => /usr/local/lib/site_ruby/1.8 rubyversion => 1.8.2 Any idea ? -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2013 May 17
0
Announce: Puppet 3.2.1-rc1 Available
...tests 6f92379 Revert "Merge branch ''pull-1512''" 46df39d (#20726) Include password for useradd managehome tests on windows 866ecbc (maint) Change load order for puppet/provider/package/windows/package Matthaus Owens (1): 2576f8f (packaging) Update PUPPETVERSION to 3.2.1-rc1 Nick Fagerlund (1): b301ada Maint: Improve documentation of filebucket attributes Stefan Schulte (3): 5e091bb (#19760) Use combine when running pkginfo 887c2037 (#19760) Use pkginfo method instead of execute f04d271 (#19760) Remove unnecessary stubbing in sun_...
2012 Oct 16
0
Tracing puppet processing for HP-UX user passwords
...pt/perf/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/sbin:/home/root:/usr/local/bin ps => ps -ef puppetversion => 2.7.19 rubysitedir => /usr/local/lib/hpux32/ruby/site_ruby/1.8 rubyversion => 1.8.7 uptime => 6 days uptime_days => 6 uptime_hours => 164 uptime_seconds => 593014 virtual => hpvm -- You received this message because you are subscribed to the Google Groups "Puppet U...
2012 Oct 12
0
Announce: Puppet 3.0.1-rc1 Available
...redhat logrotate to signal correct process 5674ba1 Remove unused suse packaging files c44379f (#16801) Update suse server.init and remove mongrel refs d56a025 Update suse client.init for new pidfile, process name d10c2d1 Update suse puppet.spec for Telly 84c000e Update PUPPETVERSION for 3.0.1-rc1 Moses Mendoza (1): b2e31b5 fail better in package repo rake tasks Nick Fagerlund (1): e5f3dac (#16585) Remove dead ldapnodes setting Niels Abspoel (2): 5412e1f This will fix Refactor #16643. 6561754 sample_module.pp refactored text: include sample-module int...
2010 Jan 20
2
Using ruby-1.9.x with Puppet 0.25.x
I read somewhere recently about problems with Puppet and Ruby 1.9. I''m wondering if this is still an issue? Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For
2013 Jan 17
2
puppet-module error with 3.0.2
...:31:in `gem_original_require'' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from /usr/lib/ruby/gems/1.8/gems/puppet-module-0.3.4/bin/puppet-module:5 from /usr/bin/puppet-module:19:in `load'' from /usr/bin/puppet-module:19 [puppet]# facter puppetversion 3.0.2 [puppet]# rpm -q ruby ruby-1.8.7.352-7.el6_2.x86_64 Adding confdir to /etc/puppet/puppet.conf makes no difference. Thanks, --phips -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-use...