Re: [Puppet Users] puppet enterprise code manager issue

2016-05-12 Thread Rob Nelson
A hack might be to have a proxy in the network. I'm sure you could use squid to transparent proxy for the master only and let everything else go direct, or redirect port 80 from the master to a proxy semi-transparently (no agent config but requires some packet inspection and retorting of traffic).

Re: [Puppet Users] environmentpath in manifest

2016-05-12 Thread Daniele Palumbo
Il giorno 12/mag/2016, alle ore 10:19, Martin Alfke ha scritto: > You might want to access the Puppet settings: > > Puppet.initialize_settings unless Puppet[:confdir] > > and then check for the environmentpath setting. Hi Martin, Thank you very much for your hint. But I am not able to under

[Puppet Users] Re: puppet enterprise code manager issue

2016-05-12 Thread Alex Dreyer
On Thursday, May 12, 2016 at 11:01:49 AM UTC-7, Robert Chen wrote: > > 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 puppetlabs.puppet-code - Loaded gl

[Puppet Users] puppet enterprise code manager issue

2016-05-12 Thread Robert Chen
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 puppetlabs.puppet-code - Loaded global configuration from /etc/puppetlabs/client-tools/puppet-code.conf 2016-0

[Puppet Users] Puppet | Install windows package with a speific sessionID

2016-05-12 Thread Harish Kothuri
Hi, I have a requirement to install a windows package in session *other than* 0. I am aware that, puppet agent runs as a windows service and they can run only in session 0. Is there any way in puppet and mco to install the packages in specific sessions? Thanks -- You received this messag

[Puppet Users] Need help using puppet mount resource with username and password

2016-05-12 Thread spinbad23
I have have using the puppet documentation for the mount resource and hiera sections mainly. My goal is to mount a cifs share on centos7 system, using credentials. I am using puppet apply locally, I was successful in using hiera to store my user_name and password, So I have learned I am able to

Re: [Puppet Users] fixtures from Puppetfile in puppetlabs_spec_helper

2016-05-12 Thread Rob Nelson
That's unfortunately a complex task, though it doesn't look it immediately. How are you defining things in your Puppetfile? Are you pulling from git's master, a git tag or branch, or from the forge? Do you want your fixtures to be using HEAD or the specific version in your Puppetfile? If the latter

[Puppet Users] can we make solaris zone as puppet agent!?

2016-05-12 Thread e . rajashekar
I dont want to install agent on global zone and access my non global zones using "zone" resource. i want to make my non-global zone itself as a puppet agent! is it possible? - Raj -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscr

[Puppet Users] use_srv_records doesn't work

2016-05-12 Thread sinux shen
hi there, I am in the middle of setting multiple master with single CA, if I statically set: ca_server = server = in puppet.conf, it works well, but to make if more smart, I use srv settings, here is my conf: [main] vardir = /var/lib/puppet logdir = /var/log/puppet rundir = /var/run/puppet ssl

[Puppet Users] possibility for autosign (or disable certificate control) for any host within one environment

2016-05-12 Thread Mr Dandy
Is it possible to configure the Puppetmaster for special environment that does not chase hostname/certificates, without signing and it was publicly available? My case: I've have some manifests and modules which i want to use on any workstation in my office. Because all workstation have differen

[Puppet Users] fixtures from Puppetfile in puppetlabs_spec_helper

2016-05-12 Thread Rudy Gevaert
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 your Puppetfile in your control repo. (Our context is that roles and profiles are located in our

[Puppet Users] Re: Problem with snmpd service in new ubuntu 16.04

2016-05-12 Thread Jon Skarpeteig
Same problem with AutoFS On Thursday, May 5, 2016 at 8:51:41 AM UTC+2, amateo wrote: > > Hello, > > I'm testing my puppet code in the new ubuntu 16.04. > > I'm using razorsedge/snmp module from the forge to manage snmpd. > In > this module, it manages snmpd service with: > >

Re: [Puppet Users] environmentpath in manifest

2016-05-12 Thread Martin Alfke
Hi Daniele, On 08 May 2016, at 23:36, Daniele Palumbo wrote: > 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/l