similar to: Puppet modules add to Agent

Displaying 20 results from an estimated 40000 matches similar to: "Puppet modules add to Agent"

2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All, I wanted to create two two MySQL database with same user credential using Puppet-MySQL. How can I achieve this? Please find my script below. class mysql::vsdatabase { include mysql mysql::db { ''vidispine'': user => ''user'', password => ''user123'', host => ''db.<hostname>.com'', } } How can I add
2013 Feb 26
5
Glassfish automatic installation in Puppet
Hi All, Can any one help to install my jar file automatically, When I tried to install /usr/bin/java -Xmx256m -jar /gx/mnt/software/Vidispine/Components/glassfish-installer-v2.1.1-b31g-linux.jar,its is asking for confirmation like Accept or Decline? [A,D,a,d]. So how can I pass answer with command. Please find my puppet code below exec { ''glassfishInstaExe'':
2013 Mar 04
0
Puppet Agent Configure Error in EC2
Hi All, While I am trying to install/configure Puppet agent from puppet master in ec2 getting this error "root@PuppetMaster:/home/ubuntu# puppet node install --install-script=puppet-enterprise --installer-answers=/home/ubuntu/puppet-agent-answers --installer-payload=/opt/puppet-enterprise-2.7.1-ubuntu-12.04-amd64.tar.gz --keyfile=/home/ubuntu/key.pem --login=ubuntu
2013 May 07
2
Modules doesn't work from puppet agent.
Hi all, I think i''m forgetting something. If i do: "puppet apply manifiests/site.pp" it works perfectly, loading modules i have include in site.pp file. site.pp: cat manifiests/site.pp node default { include ntp, motd } But it does not work if i run puppet agent. puppet agent --test --server=debianita.user.arinso --environment production Info: Retrieving plugin Info:
2013 Mar 20
7
Puppet 3.1.1 and file… -> Error: Failed to apply catalog: Attribute 'user' or 'target' is mandatory
Hello, Seems that file ressource gets a new idea of what to be given. I have the following recipe : class resolvconf { file { "/etc/resolv.conf": owner => root, group => wheel, mode => 644, source => "puppet:///puppet/dist/resolv.conf",
2013 Apr 16
0
Puppet Dashboard errror
Hi All, For some reason my puppet dashborad is not starting and new node requests are not displaying in dashboard. I am getting following error while restarting Puppet dashboard. root@PuppetMaster:/etc/puppetlabs/puppet/modules# /etc/init.d/pe-puppet-dashboard-workers start * Starting PE Puppet Dashboard Workers
2013 Jun 12
3
puppet agent errors for non included module.
Does anyone know why i would get a module error for my ''base'' module that I''m not even including for a node? I''m explicitly NOT include the ''base'', yet puppet-client-t2 still errors when i pull it in. Snips from both are below. Any ideas why this would happen? Thanks, JJ ==== site.pp file [root@puppet-master-t1 puppet]# cat
2013 Apr 26
0
Puppet Dashboard Issues
Hi, I am using Puppet enterprise free 10 node version, getting one error while loading this page in "/baseline/compliance" " Puppet Dashboard encountered an error. Something went wrong, and Puppet Dashboard was unable to render the requested page. Please contact your site’s help desk or systems administrator; if that happens to be you, please check Dashboard’s logs for
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
2013 Oct 21
4
Puppet 3.2: add element to array
Hi! Is it possible to add a new element to an array inside puppet manifest ? Something like ruby''s array.push(''new_element'') ? -- Best regards, Sergey Arlashin -- 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 Jan 30
2
Mcollective on puppet server and agent?
I have a puppet server and various puppet agents. I want to do mcollective stuff. So please anyone tell me what should i install on puppet server and agent to run mcollective? Is there any need to install ActiveMQ also and where should i install it? Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe
2013 May 28
5
attention Puppet Experts: can i run puppet master and agent on same server
Hello friends, Please tell me can i have puppet master and puppet agent on same machine I am new to this world. Please tell me how can i get started. Thanks and Regards, *Ripunjay Godhani* *"The Great Man Shows his Greatness by the Way He treats the Little man"* -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To
2013 Jul 15
2
puppet agent / master version compatibility?
Hello group, I am trying to run a puppet agent v3.2.2 against a puppet master with version 2.7.18, and I get this weird error: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Could not intern from pson: source ''"#<Puppet::Node:0x7f'' not in PSON! The run fails with "module not found", which is definitely there and
2013 Apr 27
2
can puppet agent use 2 independent puppet master ?
Hi all, I havent seen a similar post, so thought I''d ask - Is it possible to make a puppet agent use 2 different puppet masters ? E.g. I want to use 1 master to do basic configuration changes, etc. and a 2nd master to do other more application specific changes - the idea is to keep the system changes fully separated from the application changes that would be applied. Any clues /
2013 Feb 19
3
Specifying multple nodes with mcollective-puppet-agent Host Filters
If I want to run Puppet agent only on two nodes out of ten, how can I specify this with the Host Filters? I tried mco puppet runall 10 -I node1,node2 and different other variations, but this does not work. Is this at all possible? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving
2013 Apr 13
2
push puppet agent from dashboard
Excuse me When I add node from the dashboard is there any possibility to push puppet-agent to the client ?? Thank you in advance!!! Francesco -- 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 puppet-users+unsubscribe@googlegroups.com. To post to this
2013 Aug 16
2
exit status of puppet agent --detailed-exitcodes
Hello group, is there a way to make puppet NOT return 2 if only exec{ } and notify{ } were called? Background is as follows: I''m calling puppet agent via cron on my hosts, and I want to get mails if something changes. For this, I used the exit code of "puppet agent --test --detailed-exitcodes", which should be 2 then (or 4/6 on error). Now, every stupid notify { } or exec{
2013 Feb 15
2
Puppet agent daemon not seeing a Facter fact
Hi all, first post here... reposting this from Stack Overflow as it didn''t get much traction there... I am using puppet to read a fact from facter, and based on that I apply a different configuration to my modules. Problem: the puppet agent isn''t seeing this fact. Running puppet agent --test interactively works as expected. Even running it non-interactively from a script
2013 May 28
1
Error "Illegal instruction (core dumped)" when running puppet agent (version 3.2.1)
Hi, I just upgraded my puppet to version to 3.2.1, and when running the agent, I get an error saying "Illegal instruction (core dumped)". Here is some details: - both master and agent is run on the same machine - # cat /etc/redhat-release CentOS release 6.2 (Final) - # uname -r 3.9.3-x86_64-linode33 - #ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] -
2013 Nov 26
2
Unable to install Puppet Modules
Hi Puppet Users - Currently attempting to install puppet modules on a Security Onion virtual machine. Security Onion is based on Ubuntu 12.04. Puppet was installed using the puppetlabs-release-precise.deb file found on apt.puppetlabs.com. Attempting to install a module results in the following error - user@user-virtual-machine:~$ sudo puppet module install puppet/stdlib --debug --verbose