Displaying 20 results from an estimated 30000 matches similar to: "Number of procs, redux"
2013 Jan 17
2
mcollective puppet plugin not working for centos
I have a test setup like this:
host
=======
*puppet-idc*: Ubuntu 12.04 running ActiveMQ, Mcollective, puppet agent and
server
*puppet-node1*: Ubuntu 12.04 running MCollective and puppet agent
*puppet-node2*: Ubuntu 12.04 running MCollective and puppet agent
*puppet-node3*: CentOS 6.3 running MCollective and puppet agent
I installed the *mcollective-plugins-puppetd plugin* on all *3 Ubuntu
2011 Nov 01
2
Custom fact not set with mc-puppetd
Hello,
I''ve mcollective 1.2.1 with puppet 2.6.12 on rhel5.6, facter 1.6.2
setup from http://projects.puppetlabs.com/projects/mcollective-plugins/wiki/FactsFacterYAML.
Now I''ve create a custom fact in /usr/lib/ruby/site_ruby/1.8/facter/
customer_status.rb.
On the client;
Running facter customer_status works.
Running ''puppet agent --test'' works, customer_status
2013 Jun 07
1
" mco puppet runonce -v" fails when puppet returns code 2 for change
*Not sure if this a feature or a issue, if its a feature is there a way to
configure it in puppet or mcollective?
1st Attempt(Failed)
-------------------------------------------------------------------------------------------------------------------
*
[root@mcqpuppetserver ~]# mco puppet runonce -v
Discovering hosts using the mc method for 2 second(s) .... 1
* [
2007 Oct 26
3
freebsd service management redux
After reading the rc.subr(8) man page and Newburns''s article on the rc.d subsystem[1],
It''s clear that a rc.conf.d per service file structure is already natively supported on
FreeBSD.
I''ve verified this with my own testing:
# echo puppetmasterd_enable=\"YES\" > /etc/rc.conf.d/puppetmasterd
# /usr/local/etc/rc.d/puppetmasterd start
Performing sanity check
2011 Oct 07
1
how to use optional parameters
New to puppet and I just don''t understand how to do this. Apologies in
advance if it''s a dumb question.
Let''s say I have a module called httpd and inside that is a class
called httpd::service, which accepts a couple of parameters:
class httpd::service (
$running = ''running'',
$enabled = ''true'',
) {
service {
2013 Apr 12
17
MCollective and Puppet with periodic runs disabled
Hi,
I have looked all over the place and can''t seem to find a complete answer
to my query
I am setting up MCollective to run alongside my puppet deployment and am
having some problems getting it to play as I want it to
Basically, I need to make sure that puppet NEVER makes any changes without
them being triggered by someone (I honestly can''t see how anyone would ever
want
2007 Mar 01
1
Modules redux
I updated http://reductivelabs.com/trac/puppet/wiki/ModuleOrganisation
to reflect how I intend to implement modules, and what that will look
like from a user''s point of view. Comments/flames etc. welcome.
David
2010 Feb 04
4
Configuration Management Redux (was: best parallel / cluster SSH)
On Thu, Feb 4, 2010 at 2:03 PM, Les Mikesell <lesmikesell at gmail.com> wrote:
> But, if someone ever gets cross-platform config management right or at
> least close enough that it is worth learning yet another description
> language I'd be very interested. ?Cfengine v3 might be getting there but
> the windows version seems to be only available in the commercial build.
OK,
2010 Jul 26
0
Puppet Camp Redux - October 7th-8th in San Francisco
Hi all
After the success of last year''s Puppet Camp and Puppet Camp Europe
we''re going to be running Puppet Camp again in the United States.
The current dates are October 7th and 8th (Thursday and Friday) and the
location will be San Francisco - currently TBD but downtown San
Francisco. So mark your diary!
Like previous Camps there will be a small cost to cover food and venue
2013 Mar 05
9
Mcollective/Puppet Connector
When attempting to execute the mcollective puppet plugin:
# mco puppet runonce -v
aixl : execution expired
aixj : execution expired
I get an error, ''execution expired'' on some hosts. However, these hosts
respond via mco ping and, I have verified the date/time on the servers.
The puppet agent is also
2013 Jan 24
0
REDUX: puppetlabs-products yum checksum failing
Again with the yum metadata checksum failures:
http://yum.puppetlabs.com/el/6/products/x86_64/repodata/primary.sqlite.bz2:
[Errno -1] Metadata file does not match checksum
I''m thinking it''s time for me to add the Puppetlabs repos to my mrepo box.
--
\*..+.-
--Greg Chavez
+//..;};
--
You received this message because you are subscribed to the Google Groups "Puppet
2010 Nov 22
3
gem install puppet-2.6.3 problem
All,
Trying to install puppet-2.6.3 on CentOS 5.4 and I get the following.
[root@stsdev-pri ~]# gem install puppet-2.6.3
ERROR: http://rubygems.org/ does not appear to be a repository
ERROR: Error installing puppet-2.6.3:
puppet requires facter (>= 1.5.1, runtime)
Facter is installed:
[root@stsdev-pri ~]# facter -v
1.5.8
Ruby is installed:
[root@stsdev-pri ~]# ruby --version
ruby
2010 Oct 14
7
ANNOUNCE: Puppet 2.6.3 - Release Candidate 1 available!
All too quickly we''re back with a maintenance release: 2.6.3. This
release addresses some issues in the 2.6.2 release.
2.6.3 is a maintenance release in the 2.6.x branch and it contains only
bug fixes and no new features or other changes.
The release candidate is available for download at:
http://puppetlabs.com/downloads/puppet/puppet-2.6.3rc1.tar.gz
Please note that all final
2010 Nov 30
2
puppet 2.6.3 (kick.rb) error after install
Hello, I''ve just installed Ruby, Facter and Puppet from source
(versions listed below) and am getting the following error, when
trying to run Puppet 2.6.3:
[root@localhost puppet]# ruby --version
ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux]
[root@localhost puppet]# ruby -ropenssl -e "puts :installed"
installed
[root@localhost puppet]# ruby -rxmlrpc/client -e "puts
2012 Jun 30
1
SSL_connect?? Because of master is not running?
My master is running 12.04
Version: 2.7.11-1ubuntu2
Depends: ruby1.8, puppetmaster-common (= 2.7.11-1ubuntu2)
My client is 10.04
Version: 2.6.3-0ubuntu1~lucid1
Depends: puppet-common (= 2.6.3-0ubuntu1~lucid1), ruby1.8
I followed this tutorial to install Puppet on the client: http://shapeshed.com/setting-up-puppet-on-ubuntu-10-04/
(I didn''t need that tar ball because the "best
2011 Apr 07
4
$environment in File source not working
am I doing something wrong?
this seems to never find my .$env file:
source => [
"puppet:///modules/gu_puppet/puppet.conf.$fqdn",
"puppet:///modules/gu_puppet/puppet.conf.$environment",
"puppet:///modules/gu_puppet/puppet.conf.$operatingsystem",
"puppet:///modules/gu_puppet/puppet.conf"
]
It
2011 Dec 08
4
Backup Redux
Hey folks,
I just went through the archives to see what people are doing for backups,
and here is what I found :
- amanda
- bacula
- BackupPC
- FreeNAS
Here is my situation : we have pretty much all Sun hardware with a Sun
StorageTek SL24 tape unit backing it all up. OSes are a combination of
RHEL and CentOS. The software we are using is EMC
NetWorker Management Console version
2011 Jan 25
5
puppet ca: Invalid method to apply
What does this message mean:
[root@pirates puppet]# rm -rf /var/lib/puppet/ssl/
[root@pirates puppet]# puppet cert --version
2.6.3
[root@pirates puppet]# puppet cert
notice: Signed certificate request for ca
notice: Rebuilding inventory file
Invalid method to apply
It seems to have created the ca and other things just fine.
Thanks,
Mohamed.
--
You received this message because you are
2012 Feb 24
3
puppet kick failing
puppet kick ceased working for me when I upgraded to 2.6.3; I''ve also
tried it with 2.7.10 and get the same result:
> root@npuppet.ucar.edu $ puppet kick vanilla.cms.ucar.edu
> Triggering vanilla.cms.ucar.edu
> Host vanilla.cms.ucar.edu failed: Server hostname ''vanilla.cms.ucar.edu'' did not match server certificate; expected ca
> vanilla.cms.ucar.edu
2010 Nov 11
7
Problem with modules
Hello. I use puppet 2.6.3-rc2
Now I try move my classes to modules.
But I got a problem that Puppet does not sees modules.
in puppet.conf:
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
libdir = /opt/puppet-dashboard/lib/puppet
modulepath=$confdir/modules
In nodes :
node postgres {
include basesystem
include postgres
}
In