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).
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
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
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
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
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
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
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
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
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
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
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:
>
>
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
13 matches
Mail list logo