Merge cab175314c
into cbeb86670a
This commit is contained in:
commit
a46b5ff7a2
@ -5,6 +5,8 @@ forge "https://forge.puppet.com"
|
||||
#mod "puppetlabs/inifile", '1.5.0'
|
||||
#mod "puppetlabs/stdlib", '4.11.0'
|
||||
#mod "puppetlabs/concat", '2.1.0'
|
||||
mod "puppetlabs-dsc", '1.5.0'
|
||||
mod 'puppetlabs-windows', '5.0.0'
|
||||
|
||||
# Modules from Git
|
||||
# Examples: https://github.com/puppetlabs/r10k/blob/master/doc/puppetfile.mkd#examples
|
||||
|
3
run-puppet.sh
Normal file
3
run-puppet.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
cd /etc/puppetlabs/code/environments/production && git pull
|
||||
/opt/puppetlabs/bin/puppet apply manifests/
|
Loading…
Reference in New Issue
Block a user