[Puppet Users] Re: Problem running 3.2.1 master with parser=future

2013-08-24 Thread Nikolay Georgieff
I have the same issue but if I use puppet apply --parser future it works. On Monday, May 27, 2013 11:50:50 PM UTC-7, thijso wrote: First off, I was under the impression from what I have been able to find about the future parser that old manifests should remain working. If there are

Re: [Puppet Users] squeeze dist-upgrade considerations - puppet 2.6.2 - 2.7.18

2013-08-24 Thread maling list
Am Freitag, 23. August 2013 16:57:24 UTC+2 schrieb Stig Sandbeck Mathisen: I want to dist-upgrade from squeeze to wheezy. The version will change from puppet 2.6.2 to puppet 2.7.18. Before starting the upgrade I would like to know if there were any syntax changes or stuff that

Re: [Puppet Users] Managing multiple types of mounts

2013-08-24 Thread James A. Peltier
Please disregard this. I was mistaken in syntax and it works as it should. - Original Message - | - Original Message - | | Hi All, | | | | I have an issue whereby I need to manage a mount that is a physical | | mount of a device as well as a bind mount entry. | | | | | |

Re: [Puppet Users] Best practices for infrastructure

2013-08-24 Thread Félix Barbeira
Speaking in security terms, could be masterless puppet configuration less secure? I mean, the puppet code is in *all* the clients. On the other hand, the puppet code is only in the master, which I think is more secure (you can isolate it on a restricted VLAN, private network, etc). If the

Re: [Puppet Users] Best practices for infrastructure

2013-08-24 Thread Martin Langhoff
On Sat, Aug 24, 2013 at 6:33 AM, Félix Barbeira fbarbe...@gmail.com wrote: Speaking in security terms, could be masterless puppet configuration less secure? I mean, the puppet code is in *all* the clients. On the other hand, the puppet code is only in the master, which I think is more secure

Re: [Puppet Users] Storage to process this request is not available when puppet runs on windows as a daemon.

2013-08-24 Thread Josh Cooper
Hi Derek, On Thu, Aug 22, 2013 at 8:32 AM, derek murphy derek.mur...@gmail.comwrote: I have a weird issue. I'm using puppet 3.2.3 and I have a simple module to install an msi (module below). If I run manually (from the start menu, or cmd using puppet agent - it works fine and installs. If

Re: [Puppet Users] Re: Freebsd + Puppet 3.2.2 pkg_add -f ?

2013-08-24 Thread joel johnston
The real isssue I seem to be having is that puppet agent is ignoring my PACKAGESITE variable. I've set it accordingly per: http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Free_Bsd/8 pkg_add -r whatever works fine from the command line in bash and sh, but puppet runs use the url above

Re: [Puppet Users] Re: chocolatey, windows, powershell and fault bucket

2013-08-24 Thread Rob Reynolds
Hello Pavel, Can you please provide a log with --debug --trace --verbose appended to the end of the puppet apply? And what versions and modules you might be using. Thanks... -- Rob Reynolds Developer, Puppet Labs *Join us at PuppetConf 2013, August 22-23 in San Francisco - *

Re: [Puppet Users] Re: chocolatey, windows, powershell and fault bucket

2013-08-24 Thread badgerious
I opened a ticket about this a few days ago: http://projects.puppetlabs.com/issues/22258 (Doing a bit of reading/poking at code, but so far everything I know is on the ticket) Eric -- You received this message because you are subscribed to the Google Groups Puppet Users group. To

Re: [Puppet Users] Best practices for infrastructure

2013-08-24 Thread Jakov Sosic
On 08/24/2013 04:13 PM, Martin Langhoff wrote: On Sat, Aug 24, 2013 at 6:33 AM, Félix Barbeira fbarbe...@gmail.com mailto:fbarbe...@gmail.com wrote: Speaking in security terms, could be masterless puppet configuration less secure? I mean, the puppet code is in *all* the clients. On

[Puppet Users] Re: puppet and custom nagios object variables

2013-08-24 Thread Chuck Bredestege
I figured out a way around this little problem, in our environment we also monitored the ILO and iDrac (remote console) ports on the servers. Before puppet we included a custom variable called _bmc_address ipaddress and then had a command in turn that used this variable. Since we intergrated