Displaying 20 results from an estimated 40000 matches similar to: "yum updates that exclude puppet managed packages"
2013 Apr 11
3
Anyone managed to integrate Ambari/Hortonworks with an existing puppet installation?
Hi All
We''re investigating the Hortonworks Hadoop Data Platform. It uses the
Apache Ambari installer, and we are running into problems as the
installation notes (http://hortonworks.com/hdp110-hmc-quick-start-guide/)
for the application say (and I kid you not):
*Remove or disable any existing Puppet agent configurations
*
It seems that its management centre runs as a puppet master and
2013 Sep 26
1
Puppet Enterprise - Windows node not appears on Live Management
Hi guys,
I''m a three days new Puppet user. I''ve installed Puppet Enterpise 3 in a
Debian box with Console enabled.
I''ve setup a Windows 7 with puppet enterprise 3 and it have been discovered
and signed by Puppet Master. I see my Windows node in Nodes tab. I can''t
figure out what mistake I did, but the Windows node never appears on Live
Management tab.
I
2013 Apr 03
2
Managing "<Directory>" entries in httpd.conf with Puppet.
So I am working on deploying Puppet for our environment, and I have hit a
snag. We have a few applications hosted on Apache, each with different
"<Directory>" entries. There is no way to standardize them across all of
our application pools and they often overlap. I know I can have a custom
template for each type of application, but it would be nice to make it as
generic as
2013 Jun 17
2
Puppet Management with Dual Boot Workstation
Hi everyone, I''m trying to figure out what is the best way to handle a
single system that dual boots with a puppet client running in each. In
this case we are talking about Ubuntu 12.04 and Windows 8. Should I just
copy the certificate from one OS to the other? Should I have a different
certificate for each OS? In this case can they have the same hostname, as
it is the same IP
2013 Feb 14
1
Puppet Enterprise Live Management
Hello all,
To experiment with Puppet Enterprise (we already use open source) and to
create a case for our management to buy it, I''m trying to set up a Puppet
Enterprise environment on some virtuals. While the puppet part works fine,
and the client I''ve set up is doing fine as well, it seems the Live
Management part is not. When I click on the Live Management tab it only
2013 May 07
2
Foreman and Puppet managing templates question
Hi,
I have just started to use Foreman 1.1. I have been using Puppet for a
while and have some custom modules and ones that have been dragged down
from git etc.
I am using nodes.pp in Puppet to assign classes and template entries to
hosts.
So is Foreman meant to eliminate my need for a nodes.pp? How do I manage my
erb templates in Puppet without a nodes.pp?
Thanks,
--
You received
2013 Feb 28
5
Puppet Manage Cisco ASA
Hello all,
Does anyone currently manage Cisco ASA''s out there via Puppet, if so how ?
Due to the size of our network it would be great if Puppet could manage
Object-groups and ACL''s etc to try and standardize across our ASA hosts.
e.g.
On one ASA an Object-group would be called
monitoring_server
on another ASA
mon_srv
another ASA
monsrv
It makes understanding the
2013 May 28
3
Issue with Puppet & Packages which are installed multiple times
Hi,
hopefully this hasn''t been discussed too often, haven''t found anything in
the group:
I''m having some issues when a package gets installed twice ( x86 & x64
version).
#system is a RHEL5/x64 system.
*#following manifest:*
[root@kermit ~]# cat install_expect.pp
package { ''expect'':
ensure => present,
}
*#ok, let''s apply*
2013 Feb 08
1
Still getting an error....Re: Mcollective/Puppet Plug-In
Now, I am getting this ....
Thanks for the help!
puppet5 : Cannot validate input: Unknown
validator: ''puppet_server_address''.
Cannot validate input: Unknown validator:
''puppet_server_address''.puppetdev04 : Puppet
command ''puppet agent --test --onetime --daemonize --color=false --no-splay
2013 May 10
1
Can i use puppet DB for puppet dashboard ?
Hello Everyone,
I am new to puppet and want to set puppet dashboard.
I don''t have a database for puppet dashboard, My question is that can i use
PuppetDB as database for puppet dashboard ??
If yes then please tell me how to configure it.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2013 Aug 23
3
puppet-ls with Puppet 3.2
Dear all,
I would like to find out if a files is managed by puppet. To do that I
tried the puppet-ls script.
But I get the error:
./puppet-ls
grep: /var/lib/puppet/client_data/catalog/*.yaml: No such file or directory
In the head of the script I can read "# tested on 0.25". It is the latest
version I could download.
Does somebody use this script with puppet 3.x?
Is there an
2013 May 13
1
puppet does not see changes in /etc/puppet/puppet.conf
I did a fresh install on Ubuntu 12.04 with apt packages from puppet labs. I
have agents talking to my puppetmaster.
Puppetmaster is running apache/passenger connected to puppetdb and
puppet-dashboard is setup to use puppetdb but it is not able to see any
reports submitted to puppetdb.
When an agent connects to master I see :
Info: ''replace facts'' command for hostname
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
* [
2013 Feb 04
1
OS provisionning of physical server usinsg puppet ?
Hi all,
I''m a newbie in puppet
I read the documentation and according to me, puppet is a language to
manage OS and to check compliance to OS template.
I read that puppet enterprise can deploy Vmware vm template and Amazon EC2
VM.
But it seem''s that puppet core can''t deploy physical server
The only way I imagine is to build a pxe server, and images including
puppet
2013 Mar 25
1
Nexus RPM artifact installation using Puppet
I am newbie to puppet.
Using puppet master and agent deployment to configure agents with specific
packages.
I have installed puppet-nexus module and able to fetch my artifact from
Nexus. Now artifact from Nexus which are RPM on puppet node I need to
install them {RPM} on the node using puppet recipe.
Any help how to achieve it.
Cheers,
Amit
--
You received this message because you are
2013 Apr 29
2
checking puppet run status of node A during puppet run of node B
I have some middleware where the successful configuration of node B is
dependent on the successful configuration of node A. Node B must pull
additional information from node A during its configuration. Is there any
built in functionality in puppet for checking the completion status of
other nodes? Right now my intent is to write a custom function to query
the puppetdb which is storing
2013 Feb 13
2
SSL config in puppet.conf in v3.0x
Hi,
Does this still apply in puppet 3.0.2 in the puppet.conf file on the puppet
master?
[puppetmasterd]
ssl_client_header = SSL_CLIENT_S_DN
ssl_client_verify_header = SSL_CLIENT_VERIFY
If yes, is puppetmasterd correct or should it be something else, like
[main] or [master]?
Cheers,
Oli
--
You received this message because you are subscribed to the Google Groups "Puppet
2013 Apr 18
2
How to remove a node from Puppet CA, Puppet DB from a remote host
I need to programmatically remove cert from Puppet master and remove all
information in Puppet DB for a node from another machine which is neither
Puppet Master or PuppetDB. It does have a Puppet signed cert since it is
also provisioned using Puppet.
I can''t find any decent documentation on this. I am using the Community
Edition.
Any pointers / help is appreciated.
Rajul
--
You
2013 Feb 19
2
Puppet-dashboard(open source)
Hi ,
I am working with puppet open source.I have setup puppet dashboard.
But its is not showing any agent node there.Anyone guide me for the same?
--
Thanks and Regards,
Mamta Garg
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
2013 Jul 09
2
Renaming puppet binary to use with two puppet agent instances
I''m trying to do the same thing and running into two minor problems.. I
would like to rename the puppet command
to something like puppet3. We''re running two versions for two separate
teams for 2.7 and 3.x However, when I try to do a symlink I get the
following error.
Error: Unknown Puppet subcommand ''puppet3''
See ''puppet