-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppetfile
More file actions
23 lines (20 loc) · 754 Bytes
/
Copy pathPuppetfile
File metadata and controls
23 lines (20 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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-device_manager', '2.7.1'
mod 'puppetlabs-resource_api', '1.0.0'
# Dependencies
mod 'puppetlabs-concat', '5.3.0'
mod 'puppetlabs-hocon', '1.0.1'
mod 'puppetlabs-puppetserver_gem', '1.1.0'
mod 'puppetlabs-stdlib', '5.2.0'
mod 'puppetlabs-netdev_stdlib', '0.18.0'
mod 'puppetlabs-translate', '1.2.0'
# Modules from Git
# Leveraging an in progress branch + POC operational task
mod 'puppetlabs-cisco_ios',
:git => 'https://github.com/shermdog/cisco_ios.git',
:branch => 'devnet-clus-19'
mod 'shermdog-devnet_demo',
:git => 'https://github.com/shermdog/devnet_demo.git',
:branch => 'clus_2019'