[Puppet Users] Re: r10k, git and .gitignore

2016-12-15 Thread Martijn
You could use Git LFS (Large File Support). Instead of large files clogging up your Git repo, this will keep them separate, while still allowing you to work with them like they're Git objects. See https://www.atlassian.com/git/tutorials/git-lfs/ for a better explanation. I've not used it with r

[Puppet Users] Re: r10k, git and .gitignore

2016-12-15 Thread Anderson Mills
Since v2.4.0, r10k allows data to be directed into a specific :install_path from a git repo in the Puppetfile. See https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#per-item-install-path If you have a separate repo of your "files", you could load that into a directory in the en

Re: [Puppet Users] Where is the .msi for Puppet 4.8.1 agent?

2016-12-15 Thread Peter Kristolaitis
Puppet 4 brought with it some naming and versioning changes. The agent package is now called "puppet-agent", and the latest version is 1.8.2. The MSI packages are available at the link you provided, way down at the bottom. On 12/15/2016 7:49 AM, lzerw wrote: Good Morning together, we chan

[Puppet Users] Where is the .msi for Puppet 4.8.1 agent?

2016-12-15 Thread lzerw
Good Morning together, we change from Puppet 3.8.1 to Puppet 4.8.1. Iam a little bit confused. The link in the original puppet documentation: https://downloads.puppetlabs.com/windows/?_ga=1.186249197.570974180.1471607899 didnt list a .msi for the Puppet 4.8.1 The max. Version is puppet-3.8.7-x6

[Puppet Users] Hello together, first, sorry for my poor english :-) ! I want to install the Puppet Agent on a Windows Machine I found this article about it on puppet: https://docs.puppet.com/puppet/

2016-12-15 Thread Andoreasu
Hello together, first, sorry for my poor english :-) ! I want to install the Puppet Agent on a Windows Machine I found this article about it on puppet: https://docs.puppet.com/puppet/latest/install_windows.html I install like this over CMD: msiexec /norestart /i puppet-agent-1.8.1-x64.msi PUPP