On Fri, Jun 5, 2015 at 2:05 PM, Rico Steinitz
wrote:
> I have some PCs in other Networks. The Puppet Client reach the
> Puppet-Master only over a internetproxy (proxy server squid) with
> authentification.
> The masterport is 443 (HTTPS)
> (Puppet client v3.7.5 (OS: Windows 7/2008/2012); Puppet M
I have some PCs in other Networks. The Puppet Client reach the
Puppet-Master only over a internetproxy (proxy server squid) with
authentification.
The masterport is 443 (HTTPS)
(Puppet client v3.7.5 (OS: Windows 7/2008/2012); Puppet Master 3.7.5
(Debian), Foreman 1.7.5)
i have no problems to co
I have some PCs in other Networks. The Puppet Client reach the
Puppet-Master only over a internetproxy (proxy server squid) with
authentification.
The masterport is 443 (HTTPS)
(Puppet client v3.7.5 (OS: Windows 7/2008/2012); Puppet Master 3.7.5
(Debian), Foreman 1.7.5)
i have no problems to co
Hello,
i search very long for a solution and now i have a solution for this
problem.
The installed puppet agent not run on german Windows systems as Windows
service.
I found a solution for the timezone value. If i fix this, i can call puppet
manualy and it is successful. The service fail.
After
So I have a class(let say application_base) that installs $app_name(RPM
based deploy, so it could be any number of apps), manages the service and
the main config file.
The only problem I'm running into is that each app requires 1 or more
different .properties file that are templates in applicat
If you are using Debianish systems this sounds like a job for the
unattended_upgrades module.
https://forge.puppetlabs.com/puppet/unattended_upgrades
--
Pete Brown
Director and Primary Infrastructure Developer
Abstract IT Pty Ltd.
On 3 Jun 2015 23:58, "jmp242" wrote:
> If I want to install packa
Yes that was the case originally. To test again I uninstalled
openssh-server and ensured that /etc/ssh/sshd_config file was removed, then
ran puppet again. All worked as expected, package was installed,
/etc/ssh/sshd file created and service running, however the quest tasks was
not marked as co
hi
For those using rpm's to install gem's I want to share my script to create
rpm's from gems - for example to use r10k - with the new puppet-agent aio
package on el6:
https://gist.github.com/vinzent/57c1448403e68aaf1650
it should work on el5, el7 and maybe even on debian/ubuntu with "-t deb"