Search Discussions
-
Hi Puppet experts, I'm trying to install tomcat7*tar.gz on few puppet-agent machines. I've defined a class that will create a user/group and copy the source file from puppet-master then extracts the ...
Seby
Jun 27, 2014 at 4:13 am
Jul 1, 2014 at 2:36 pm -
Hi Puppet users! I'm having an issue with "each loop" on puppet, and I just can't figure out what am I doing wrong, so any help will be much appreciated. Here is my test.pp example: class mytestclass ...
Martin Listz
Jun 30, 2014 at 10:04 pm
Jul 4, 2014 at 2:15 pm -
Hi Brian Mathis, I think no need to put 3 slashes after "puppet" because i have declared this variable in site.pp $server="..." . Event I tried with placing 3 slashes and it was throwing an error ...
Satish Katuru
Jun 30, 2014 at 7:03 am
Jul 2, 2014 at 12:32 pm -
I'm currently trying to prevent a specific package from continuing its install run on subsequent puppet apply commands. The package in Question is the Windows Azure SDK for .Net 2.3. The package's ...
Ken Sykora
Jun 26, 2014 at 3:17 pm
Jul 15, 2014 at 10:09 pm -
Morning All I'm starting to work on a new module[1] to support installation and configuration of Apache Karaf. I've got most of the ground-work laid down, and I'm now starting to work on types and ...
Gavin Williams
Jun 27, 2014 at 11:14 am
Jul 10, 2014 at 11:58 pm -
Yes congrats :) The table of contents looks like it covers a lot of useful material. Rich -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To ...
Rich Burroughs
Jun 28, 2014 at 1:22 am
Jul 3, 2014 at 10:53 am -
Hi! I used 'import' in my previous config. I had the following structure: site.pp : import 'nodes.pp' nodes.pp: import 'node1.pp' import 'node2.pp' import 'node3.pp' etc. Now I'm moving to 3.6.2 and ...
Sergey Arlashin
Jun 30, 2014 at 5:52 pm
Jul 1, 2014 at 7:44 am -
Recently I have been unable to upgrade some modules (or check for upgrades) from Puppet Forge using the module tool. All of my modules were originally installed from the Forge. This problem only ...
Jonathan Gazeley
Jun 30, 2014 at 12:24 pm
Jul 3, 2014 at 9:18 am -
Hi, I'm getting confused about module paths... In a master - agent configuration, if the classes applied to the agent need some additional Forge modules to be installed, is it enough if I install ...
Zerozerounouno
Jun 30, 2014 at 4:30 pm
Jul 2, 2014 at 5:19 pm -
Congratulations! -- 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 ...
Spencer Krum
Jun 26, 2014 at 5:01 pm
Jun 27, 2014 at 11:03 pm -
Afternoon all, I've just hit an issue with my Puppet-Glassfish module, where I'm using Type param validation to check for file existence on the client - typically on files that are also defined ...
Gavin Williams
Jun 27, 2014 at 2:54 pm
Jun 27, 2014 at 3:15 pm -
Hi guys, I wonder when I executed the following command, eg: class cal{ exec{'perms': command = 'C:\Windows\System32\calc.exe', logoutput = true } } What is the default execute user? Or which log can ...
Virgil
Jun 26, 2014 at 8:45 pm
Jun 26, 2014 at 10:28 pm -
Hello, I'm trying to make a new provider for the firewall type ( for amazon security groups ). But I'm trying to use both providers inside the catalog: some rules I need for iptables only (for ex ...
Cristian Falcas
Jun 26, 2014 at 2:25 pm
Jun 26, 2014 at 7:04 pm -
Hello All, I am trying to install jdk package to a different folder rather than the default folder. i am trying to install for instance to /operation/tools/jdk-1.7 is there anyway to do this in ...
Bobby38
Jun 26, 2014 at 5:04 pm
Jun 26, 2014 at 6:31 pm -
Hi all, i have written a own resource type to manage Interfaces, ipaddresses and mor on Solaris systems. I also enabled purging for the ipaddress resources to destroy no longer included ipaddresses ...
Andreas Schuster
Jun 27, 2014 at 1:24 pm
Jul 7, 2014 at 12:14 pm -
Hi, I'm trying to get signing right and have come up with a weird situation. Both master and client are running 3.6.2 (rpms from puppetlabs). client config: [main] vardir = /var/lib/puppet logdir = ...
Chris
Jun 30, 2014 at 3:23 am
Jul 1, 2014 at 1:14 am -
Hi Dje, Thanks for reporting this. It looks like that package may be signed with the wrong header version. We'll look into it asap. Moses ...
Moses Mendoza
Jun 27, 2014 at 4:10 am
Jun 29, 2014 at 9:13 pm -
Hello, I need delete file : /usr/lib/zsh/4.3.17/zsh/newuser.so But version will change and i don't find how to for this scenario file { "/usr/lib/zsh/??/zsh/newuser.so": ensure = absent, require = ...
Jérémy D
Jun 27, 2014 at 1:24 pm
Jun 30, 2014 at 12:58 pm -
Hi all, I have an installation with puppetdb 1.6.3, puppet master 3.4.3, agents ranging from 2.7 to 3.4 and various facter versions, up to 2.X Now I'm evaluating to upgrade this installation starting ...
Fabio Coatti
Jun 29, 2014 at 8:49 am
Jun 29, 2014 at 11:51 am -
I'm trying to "finish off" some work a colleague began which includes distribution of some files from the puppet master. I just fired up a new instance and watched as puppet agent -t came up with a ...
James Green
Jun 26, 2014 at 3:17 pm
Jun 27, 2014 at 9:37 am -
Is there any difference between these two statements #1 source = "puppet:///modules/dasinfra_svc_guts/etc/init.d/gutsv2webapid" #2 source = ...
Santosh Guddala
Jun 26, 2014 at 6:50 pm
Jun 26, 2014 at 6:50 pm -
Hi, I have store password in variable called "passwd". earlier i used "openssl passwd -1 <password " . Now, it tried to generate sha-512 password hash. pass = generate('/bin/sh, '-c', "python -c ...
Suresh P
Jun 30, 2014 at 5:52 pm
Jun 30, 2014 at 5:52 pm -
Well that looks fine. How odd. If you run the puppet master in debug mode, (something like this): puppet master --no-daemonize --debug --trace What do you get? My results are here ...
Ken Barber
Jun 30, 2014 at 1:25 pm
Jun 30, 2014 at 1:25 pm -
Hi everybody, i'm trying to install openstack icehouse using puppet as describe in this video (https://www.youtube.com/watch?v=HRzlmt56gCk) using puppet entrprise. As stated in the ...
Filippo Gaudenzi
Jun 30, 2014 at 12:51 pm
Jun 30, 2014 at 12:51 pm -
It was due to some kind of syntax error (= missing) : <%= scope.lookupvar('apache::config::servername') % -- You received this message because you are subscribed to the Google Groups "Puppet Users" ...
Christian Charpentier
Jun 30, 2014 at 7:36 am
Jun 30, 2014 at 7:36 am -
Hi Jack, Thanks for pointing this out. We'll look into this asap. Moses https://github.com/puppetlabs/puppet/blob/f1e9a7cb00a3ec01d938cd5c5b1406a82b63d5e7/lib/puppet/provider/package/appdmg.rb#L63 ...
Moses Mendoza
Jun 27, 2014 at 4:21 am
Jun 27, 2014 at 4:21 am -
Hi I am having an issues after updating to puppet-3.6.2-1. Main problem is that few nodes are failing with "Error: Could not retrieve catalog; skipping run " all the time. I am running puppet with ...
Mohammad kashif
Jun 26, 2014 at 4:48 pm
Jun 26, 2014 at 4:48 pm -
Hi I am trying to create custom application facts to create hierarchy for my environment database │ └── testing │ ├── default.yaml │ └── dot-idb-spr-t01.ddc.dot.state.ma.us.yaml ├── defaults.yaml ├── ...
Supriya Uppalapati
Jun 26, 2014 at 2:46 pm
Jun 26, 2014 at 2:46 pm
Group Overview
group | puppet-users |
categories | puppet |
discussions | 28 |
posts | 72 |
users | 42 |
website | puppetlabs.com |
42 users for June 2014
Archives
- June 2016 (266)
- May 2016 (311)
- April 2016 (251)
- March 2016 (280)
- February 2016 (308)
- January 2016 (296)
- December 2015 (213)
- November 2015 (251)
- October 2015 (323)
- September 2015 (276)
- August 2015 (355)
- July 2015 (436)
- June 2015 (342)
- May 2015 (344)
- April 2015 (378)
- March 2015 (397)
- February 2015 (359)
- January 2015 (393)
- December 2014 (397)
- November 2014 (484)
- October 2014 (709)
- September 2014 (620)
- August 2014 (541)
- July 2014 (633)
- June 2014 (73)
- May 2014 (339)
- April 2014 (704)
- March 2014 (667)
- February 2014 (659)
- January 2014 (823)
- December 2013 (796)
- November 2013 (769)
- October 2013 (662)
- September 2013 (714)
- August 2013 (620)
- July 2013 (747)
- June 2013 (656)
- May 2013 (861)
- April 2013 (712)
- March 2013 (920)
- February 2013 (1,078)
- January 2013 (997)
- December 2012 (879)
- November 2012 (1,012)
- October 2012 (1,270)
- September 2012 (791)
- August 2012 (1,184)
- July 2012 (1,180)
- June 2012 (1,045)
- May 2012 (935)
- April 2012 (396)