-
Notifications
You must be signed in to change notification settings - Fork 0
/
Puppetfile
19 lines (17 loc) · 889 Bytes
/
Puppetfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#-----------------------------------------------------------------------------
forge 'https://forgeapi.puppetlabs.com'
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
# http://librarian-puppet.com/
# https://docs.puppet.com/pe/2016.1/cmgmt_puppetfile.html
# structure for modules from a other location than forgeapi - which you should
# do is:
# mod 'namespace-name',
# :git => '<path>'
# :ref => '<optionally with commithash>'
# c.f. above for furhter options
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------
mod 'stdlib',
git: 'https://github.com/puppetlabs/puppetlabs-stdlib'
#-----------------------------------------------------------------------------