git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/Puppetfile
blob: 1d6cc66690e5c2633f4b4ad4a68850e6f8a9b411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
forge 'https://forge.puppet.com'

# Modules from the Puppet Forge
# Versions should be updated to be the latest at the time you start
#mod 'puppetlabs/inifile', '5.0.1'
#mod 'puppetlabs/stdlib',  '7.0.1'
#mod 'puppetlabs/concat',  '7.0.1'

# Modules from Git
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
#mod 'apache',
#  git:    'https://github.com/puppetlabs/puppetlabs-apache',
#  commit: '1b6f89afdde0df7f9433a163d5c4b5328eac5779'

#mod 'apache',
#  git:    'https://github.com/puppetlabs/puppetlabs-apache',
#  branch: 'docs_experiment'
'column1'>| https://docs.puppetlabs.com/pe/2015.2/config_puppetserver.html#tuning-maxrequestsperinstance-on-puppet-server * Move some hieradata around for easier testing in vagrantNick Walker 2015-08-182-0/+4 | | | | | | | | I now have a virtual hierarchy level for setting up my lower memory settings when using vagrant/virtualbox. The gms settings are in an example-puppet-master.yaml file in the nodes directory which are needed for the instructions. * Add puppet-master.yaml to hieradataNick Walker 2015-08-141-0/+42 | | | | | I need a way to tune my VMs to use less memory and this allows me to do that. * Rename defaults.yaml to common.yamlNick Walker 2015-05-151-0/+0 | * Initial CommitNick Walker 2015-01-131-0/+2 Stole Gary's puppet_repository and modified it for general general consumption. Upped the version of r10k to newest (1.4.1) Ripped out the hiera examples just left defaults.yaml Tweaked environment.conf