[Puppet Users] Help with training VM - agent setup

2016-05-09 Thread Alex Samad
Hi I have been working through the training vm. ran into a lot of issue with the agent_setup. I have fixed up the docker -T issue but still can't get it to start I run puppet agent -t puppet agent -t Info: Using configured environment 'production' Info: Retrieving pluginfacts Info: Retri

[Puppet Users] Re: need assistance

2016-05-09 Thread Manoj Muraleedharan
The following links to be helpful for understanding basics of puppet and module writing. https://www.youtube.com/playlist?list=PLKqyiDdtB8i4pkMgufRXQ1XVte2ezDSNO http://www.slashroot.in/puppet-tutorial-configuring-puppet-agent http://www.puppetcookbook.com/ On Monday, 9 May 2016 19:15:59 UT

[Puppet Users] Need help in AWS route_table creation

2016-05-09 Thread Sanjiv
Hi, I am trying to add a new gateway to existing AWS route table but facing following error: Error: routes property is read-only once ec2_vpc_routetable created. Error: /Stage[main]/Aws::Create::Route_table/Ec2_vpc_routetable[production_diageo_vpc]/routes: change from [{"destination_cidr_bloc

[Puppet Users] No package puppetserver available - Fedora 22

2016-05-09 Thread Ryan Jacobson
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 rpm package installs fine. # dnf install puppet-agent puppet-agent installs fine. # dn

Re: [Puppet Users] Puppet fails to convert plist hash to binary after password changed on OS X agent

2016-05-09 Thread david . stpierre
As it turns out, this is a known issue , Puppet ticket PUP-5159, with a fix currently being tested. I took the source code of the fix off github and applied it to my development installation. It did resolve this issue. So now its just a wait until the patch is released. On Monday, May 9, 2016 a

Re: [Puppet Users] Puppet fails to convert plist hash to binary after password changed on OS X agent

2016-05-09 Thread Rob Nelson
Are you sure you don't have a weird character in the string? It wouldn't be very useable, but if you change password and salt to 'foo' and run in noop mode does it at least want to run? On Monday, May 9, 2016, wrote: > I have latest version Puppet server installed on Ubuntu 14.04.2 LTS > I have

[Puppet Users] Ubuntu 16.04 Vagrant box

2016-05-09 Thread Michael Mior
Hi all, Does anyone know if/when an official Vagrant box will be made available for Ubuntu 16.04? It seems the last LTS release available is 14.04. Alternatively if anyone can point me to an alternate well-maintained box that would be great as well! https://atlas.hashicorp.com/puppetlabs -- M

[Puppet Users] Puppet fails to convert plist hash to binary after password changed on OS X agent

2016-05-09 Thread david . stpierre
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 on agent named *brehmlocaladmin* On node ran *$ sudo -i puppet resource user brehmlocaladmin* and p

Re: [Puppet Users] Re: Upgrading Puppet from 2.7 to 4

2016-05-09 Thread Andrew Grimberg
On 05/09/2016 04:12 AM, christg76 wrote: > Thanks to everyone for the comments! I think I first need to do some > preliminary testing in order to assess the quality of the code and to > see what the real challenges are, and to ultimately decide on a > strategy, ie upgrade vs transition/migration. >

[Puppet Users] Re: issue creating symlink

2016-05-09 Thread Nathan Crews
Worked Perfectly, Thank you On Monday, May 9, 2016 at 3:03:38 AM UTC-6, Peter Faller wrote: > > Maybe all you need is: > > file { 'docroot': > path => '/var/www/html', > ensure=> link, > force => true, > target=> '/vagrant/public', > } > > -- You received this message be

[Puppet Users] environmentpath in manifest

2016-05-09 Thread Daniele Palumbo
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 ./modules/braveconf/lib/puppet/parser/functions/file_exists.rb require"puppet" module Puppet::Parser::F

[Puppet Users] need assistance

2016-05-09 Thread Kannappan M
Hi All, Am new this is group , i need assistance of how to use the puppet s/w more effectively especially in writing modules , it would be great if any link or videos available so that i can learn on my own. Regards Kannappan M -- You received this message because you are sub

[Puppet Users] Re: issue creating symlink

2016-05-09 Thread jcbollinger
On Monday, May 9, 2016 at 4:03:38 AM UTC-5, Peter Faller wrote: > > Maybe all you need is: > > file { 'docroot': > path => '/var/www/html', > ensure=> link, > force => true, > target=> '/vagrant/public', > } > > Right. If you want /var/www/html to be a symlink then *tha

[Puppet Users] Puppet Cheat Sheet - updated

2016-05-09 Thread mike r
new cheat sheet up, https://perfecto25.wordpress.com/puppet/puppet-cheat-sheet/ -- 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+unsubscr...@google

[Puppet Users] Re: Upgrading Puppet from 2.7 to 4

2016-05-09 Thread christg76
Thanks to everyone for the comments! I think I first need to do some preliminary testing in order to assess the quality of the code and to see what the real challenges are, and to ultimately decide on a strategy, ie upgrade vs transition/migration. Ramin K: OS of the Master is Debian Wheezy. Hav

[Puppet Users] Read values from puppet agent

2016-05-09 Thread Manoj Muraleedharan
I have used puppet 3.8.6 in my master and agent nodes. There are more than 30 agent nodes are controlled by puppet master. I have installed apache server on all agent nodes. I want to count the total line number of apache access log file at midnight 12 on all agent nodes and the total line numbe

[Puppet Users] Re: issue creating symlink

2016-05-09 Thread Peter Faller
Maybe all you need is: file { 'docroot': path => '/var/www/html', ensure=> link, force => true, target=> '/vagrant/public', } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop recei