Search Discussions
-
Hi just starting out with puppet. I found this http://projects.puppetlabs.com/projects/1/wiki/Puppet_Version_Control old page talks about checking /etc/puppet into svn. But on my centos install I ...
Alex Samad
May 22, 2016 at 10:42 am
Jun 1, 2016 at 12:51 am -
Hey Guys, I am wondering what is the problem with the following puppetserver process and how to have it resolved. Interesting thing is puppetserver is still running ! and is able to communicate it ...
Jim
May 24, 2016 at 2:54 am
May 31, 2016 at 5:31 pm -
Hi New install, I am doing this on Centos 6.x I have installed the repo RPM I believe this is PC1 repo yum --disablerepo '*' --enablerepo puppetlabs-pc1 list | grep puppetlabs-pc1 puppet-agent.x86_64 ...
Alex Samad
May 31, 2016 at 6:40 am
Jun 2, 2016 at 7:33 pm -
I have been using the yo61 logrotate module from puppetforge ( https://forge.puppet.com/yo61/logrotate), which seems to be the most popular, but it recently stopped working, with many errors about ...
Daniel Urist
May 18, 2016 at 9:33 pm
May 23, 2016 at 12:47 am -
Hi, I'm fairly new to Puppet and have been given the project of upgrading an existing Puppet 2.7 site (Puppetmaster with Apache/Passenger, and MySQL for exported resources, with hundreds of clients), ...
Christg76
May 6, 2016 at 1:49 pm
May 17, 2016 at 7:42 am -
Hi, i need to check if a file exists on the puppet master. No big deal: http://stackoverflow.com/questions/18784329/how-to-test-for-existence-of-a-file-on-the-puppet-master So i made: -- cat ...
Daniele Palumbo
May 9, 2016 at 1:45 pm
May 17, 2016 at 8:48 pm -
Hi, I'm trying to create a custom fact to get the installed software using powershell command in windows as follows... *PS Command:-* Get-ItemProperty ...
Harish Kothuri
May 23, 2016 at 6:08 pm
Jun 1, 2016 at 4:31 pm -
Hi, I am trying to access resources from PuppetDB API as follows, API makes a successful call but empty response. *API call:* curl -X GET 'http://sdin-swt-ctf-01:8080/v3/resources/' *Ouput:* [ ] Is ...
Harish Kothuri
May 18, 2016 at 6:21 am
Jun 1, 2016 at 3:26 am -
Hey; According to the puppet language resource guide at https://docs.puppet.com/puppet/latest/reference/lang_resources_advanced.html: If a resource expression includes more than one resource body, ...
Dkoleary
May 30, 2016 at 5:09 pm
May 30, 2016 at 6:31 pm -
Hey; I'm drafing some custom facts that I would like to have available to everyone even outside of puppet. The facts themselves work just fine for root and will work for normal users if I specify the ...
Dkoleary
May 27, 2016 at 7:28 pm
May 28, 2016 at 4:05 pm -
Hey; Before dumping a bunch of data into hiera data files, I wanted to run a quick check to verify functionality. This seems to be set up so I'm suspecting my test isn't valid. Could someone take a ...
Dkoleary
May 20, 2016 at 7:11 pm
May 24, 2016 at 10:09 pm -
In "Learning Puppet 4", there are a couple of variations of calls to the "epp" function. Some of them use the syntax that I find in the actual Puppet docs, which is just "<module /<file .epp", but ...
David Karr
May 23, 2016 at 12:26 am
May 23, 2016 at 6:32 pm -
Hello, I didn't find a way to upload a module to the Forge using the Forge API. Is this possible? I find it a bit weird that a tool which advocates "infrastructure as code" doesn't cater for options ...
Amos Shapira
May 20, 2016 at 4:51 am
May 20, 2016 at 9:34 pm -
I'm stepping through "Learning Puppet 4", and I ran into an error following steps in the book, and I want to understand what went wrong before I report it. The section in question is "Using Puppet ...
David Karr
May 19, 2016 at 8:57 pm
May 19, 2016 at 10:11 pm -
Hi all, We're currently on PE 3.8.4. We need to be able to manage sudoers permissions with Puppet, but control things so sudoers permissions can only be granted within a specific module. So ...
Alex Scoble
May 19, 2016 at 12:05 am
May 19, 2016 at 6:24 pm -
Hi Everyone, My custom puppet code changes values randomly. Why? This code creates a random port for me based on the argument's hash. The idea is that this will create a TCP port for me based on the ...
P
May 18, 2016 at 1:10 pm
May 19, 2016 at 1:35 am -
I seem to be unable to install the puppetserver package. This is a on a fresh Fedora 22 system running on Linode. # rpm -Uvh https://yum.puppetlabs.com/puppetlabs-release-pc1-fedora-22.noarch.rpm The ...
Ryan Jacobson
May 10, 2016 at 1:17 am
May 10, 2016 at 11:02 pm -
Hi , My new test module critical_policy class in not showing in console . I restarted all pe-services , rebooted node but no luck . Any help will be appreciated . # puppet --version 4.4.1 # puppet ...
Ali
May 10, 2016 at 2:43 pm
May 10, 2016 at 6:54 pm -
I'm stepping through "Learning Puppet 4". I'm on the chapter that builds a simple custom module. I've followed the instructions as far as I can tell, but when I try to apply the module, I get the ...
David Karr
May 17, 2016 at 7:38 pm
May 31, 2016 at 4:43 am -
Hey; To put this in perspective, I'm a sysadmin, not a developer. While I've used git for a couple of years, until today, I could easily count the number of times I issued a 'git branch' command. I'm ...
Dkoleary
May 19, 2016 at 1:02 am
May 20, 2016 at 2:45 pm -
I'm setting up a new Puppet 4 Server and wanted to start from the newest Ubuntu Xenial (16.04) LTS. After installing the http://apt.puppetlabs.com/puppetlabs-release-pc1-xenial.deb package I noticed ...
Martijn
May 18, 2016 at 2:24 pm
May 20, 2016 at 7:50 am -
Hi, Does anyone know a way to integrate rspec-puppet and more specific puppetlabs_spec_helper to get its fixtures from a Puppetfile? It's a PITA to each time update the fixtures file if you update ...
Rudy Gevaert
May 12, 2016 at 11:39 am
May 17, 2016 at 7:53 am -
Hi all, We are seeing the following "execution expired" warning in the logs intermittently during a puppet cycle: *Apr 25 19:06:53 Node1 puppet-agent[20513]: Could not load fact file ...
Karl Murphy
May 3, 2016 at 10:49 am
May 4, 2016 at 1:20 pm -
Hi, background here is that I want to use both Master and agents from the Debian repo. The Master runs on Jessie (3.8.5 from the backports), and some agents still on wheezy (3.7.2 from the ...
Christg76
May 27, 2016 at 9:00 am
May 30, 2016 at 5:49 pm -
Hi, Can we customize the puppet module directory structure as i would like to separate the puppet modules and in-house written modules. *Current Structure:* ...
Harish Kothuri
May 16, 2016 at 1:31 pm
May 16, 2016 at 4:43 pm -
Hi, I'm trying to use puppet variables in exec command as follows $pypredest = 'C:\PuppetSWT\Mysoftware.msi' exec{ 'cmd /c copy /Y "\\shareloc\folder1\folder2\Mysoftware.msi" "${pypredest}"': path = ...
Harish Kothuri
May 16, 2016 at 11:09 am
May 16, 2016 at 1:07 pm -
Morning all... I've hit a bit of an issue with our usage of Data-In-Modules (DIM) provided by ripienaar/module_data with Puppet 3.7.x and was wondering what the best option might be... TL;DR: How can ...
Gavin Williams
May 16, 2016 at 11:00 am
May 16, 2016 at 12:51 pm -
Currently i'm using Vagrant and bash scripts to provision a local dev environment. I'm working on moving this to Puppet and running into an issue with creating a symlink to my apache document root ...
Nathan Crews
May 6, 2016 at 1:49 pm
May 9, 2016 at 2:14 pm -
I'm setting up a test deployment of the latest PE. I haven't run PE for a couple of years, and it looks like a few (perhaps a lot of) things have changed. I have a completely fresh install of ...
Matthew Pounsett
May 3, 2016 at 10:48 am
May 3, 2016 at 7:48 pm -
I have two erb template, one for main config file and another for child process config file. I need to want to create config file for 3 child process config file inside main erb template by calling ...
Manoj Muraleedharan
May 2, 2016 at 4:29 pm
May 3, 2016 at 1:24 pm -
Hey, I been stuck for a while with this now. Thing is that I can't understand how tell puppetmaster to issue different environments for the agent. I see in Puppet Enterprise everything is explained ...
John Doe
May 26, 2016 at 1:45 pm
Jun 1, 2016 at 4:16 pm -
I have root access to the server, which has a monolithic installation of PE installed. Can someone please provide me with the correct method to alter the *admin *password, since I already have it ...
Warron.french
May 31, 2016 at 1:39 am
May 31, 2016 at 9:50 pm -
Hey there. This is a weird question, but I guess I'll ask it anyway. Is there a way to say one of the following two things? 1) That you want a manifest to deliberately break when you try to include ...
Dan Mahoney, System Admin
May 28, 2016 at 11:19 pm
May 31, 2016 at 1:47 pm -
Hi Puppeteers, folks are mapping "role" from EC2 tags or userdata into a `case` statement in site.pp to choose a pre-built configuration. I wonder whether there is a way to bring in a listing of ...
Martin Langhoff
May 26, 2016 at 9:11 pm
May 27, 2016 at 12:22 pm -
root@jim-Ubuntu1504:/etc/puppetlabs/code/environments# puppet --version 4.4.1 root@jim-Ubuntu1504:/etc/puppetlabs/code/environments# puppetserver --version puppetserver version: 2.3.1 ...
Jim
May 24, 2016 at 2:07 am
May 26, 2016 at 1:42 pm -
Does anyone have any experience with Hiera 2.0 with Puppet 3.x? Is that even possible given the newer "all in one" architecture? Cheers, Scott -- You received this message because you are subscribed ...
Scott Briggs
May 20, 2016 at 12:04 pm
May 24, 2016 at 11:45 pm -
Hi, I have configured puppet with passenger (using - https://docs.puppet.com/guides/passenger.html AND http://www.olindata.com/blog/2014/09/setup-puppet-master-passenger-and-apache-centos ) ...
San
May 18, 2016 at 1:10 pm
May 23, 2016 at 6:28 am -
Hi there, Is anyone using thias/fooacl <https://forge.puppet.com/thias/fooacl/license module? I use it for WordPress, to give www-data read access to wp-config.php and few other files. Every time ...
Sans
May 20, 2016 at 12:04 am
May 20, 2016 at 1:09 pm -
<https://lh3.googleusercontent.com/-gFaf6Fdc9kw/VzYfOWPcK3I/AAAAAAAAjxs/zaekia02Khg9eh6sqKELguBYkGUaRH7MgCLcB/s1600/top.jpg env: PE2016.1, puppet 4.4.2 on Centos7x64 (VM), monolithic PuppetMaster VM ...
Mike r
May 13, 2016 at 6:39 pm
May 18, 2016 at 4:32 pm -
my environment needs http_proxy, https_proxy for modules. probably code manager issue is an proxy issue # puppet-code deploy lab -l debug --wait 2016-05-12 13:39:48.388674 DEBUG ...
Robert Chen
May 12, 2016 at 6:01 pm
May 13, 2016 at 1:07 am -
Hi All, I am working on automation of IIB 9 installation part. I am having doubt that will this puppet supports IBM Integration Bus v9 installation which is in .tar or not. If it supports please ...
Srinivas reddy
May 10, 2016 at 12:37 pm
May 11, 2016 at 4:20 pm -
I have latest version Puppet server installed on Ubuntu 14.04.2 LTS I have latest version Puppet agent installed on Mac OS X Yosemite 10.10.4 node named w89101pb8qr.brehm.private Have admin account ...
David Stpierre
May 9, 2016 at 6:12 pm
May 9, 2016 at 9:13 pm -
I'm looking to build my first module with custom types and providers, but I have some questions that I've been unable to find answers to. Lets say I have an application with a REST API that allows ...
Alexander Dacre
May 6, 2016 at 10:19 am
May 7, 2016 at 10:06 am -
Hello, I'm having a problem with puppetdb. I have deploy a new puppetserver (running in a ubuntu 14.04 server and installed from AIO package) that uses an already existing puppetdb (2.3.8, I know ...
Angel L. Mateo
May 4, 2016 at 8:37 am
May 6, 2016 at 6:09 am -
2
[Puppet Users] Error: Could not find a suitable provider for ec2_instance : puppet Enterprise 2016.1
I keep getting error "Could not find a suitable provider for ec2_instance" while running a pp file to create ec2 instance from puppet Enterprise 2016.1 . Installed version are Ruby - ruby 1.9.3p484 ...Saurabh Agrahari
May 4, 2016 at 2:36 pm
May 5, 2016 at 11:26 am -
Dear All, Is there any way to integrate foreman with puppet v4? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and ...
Vishvendra Singh Chauhan
May 3, 2016 at 9:08 am
May 3, 2016 at 1:08 pm -
Hi All, I have a puppet class which accepts parameter "$version" for a software package. The problem is when i do puppet agent -t , it is installing the software package though the same version is ...
Harish Kothuri
May 31, 2016 at 2:01 pm
Jun 1, 2016 at 6:08 pm -
Hello guys, Help me out I am running puppet agent in windows Os and master in Ubuntu . While running agent I got an error "The storage control blocks were destroyed" What can be the solution? -- You ...
nimmani Santhosh
May 29, 2016 at 3:40 pm
May 29, 2016 at 6:36 pm -
Hi, I'm running puppet 3.8.x I try to do something like hieradata/myhost.yaml my_apache::vhosts: 'my_new_vhost': name: port: ssl: etc.. modules/my_apache/manifests/init.pp class my_apache($vhosts = ...
Albert Shih
May 23, 2016 at 3:17 pm
May 23, 2016 at 3:38 pm -
Good Morning: I've started using puppetlabs/splunk module and I'm having a Dependency Cycle Issue. Can someone help Error: Could not apply complete catalog: Found 1 dependency cycle ...
Joseph Karns
May 20, 2016 at 3:15 pm
May 23, 2016 at 1:40 pm
Group Overview
group | puppet-users |
categories | puppet |
discussions | 97 |
posts | 311 |
users | 120 |
website | puppetlabs.com |
120 users for May 2016
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)