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

2016-12-14 Thread J.T. Conklin
Robert writes: > Now there is just one question mark left*: > - in some modules, under files, I store some bigger binaries (like > apache-maven.tgz or a jdk-1.8.tar.gz) for which I'd like to use . > gitignore files in order to leave these out of the repository, since > they

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

2016-12-14 Thread Gavin Williams
Robert Whilst not directly what you're trying to achieve, we do something similar to distribute Java etc by having a separate Puppet fileserver mount called 'software'. Then anything that needs to consume those files can just use that mount point... Cheers Gavin On Wednesday, 14 December

[Puppet Users] r10k, git and .gitignore

2016-12-14 Thread Robert
Hello List, I finally managed to migrate our Puppet Master from the standard, simple setup to a bit more advanced configuration with r10k and a Bitbucket server. I converted all our modules into git repositories (one module per repo), stored them in Bitbucket and configured r10k to deploy the