File: TestNoProxyPuppetfile

package info (click to toggle)
g10k 0.9.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,236 kB
  • sloc: sh: 63; makefile: 56
file content (7 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
mod 'puppetlabs/apt', 'latest'
mod 'bar',
  :git => 'https://localgit.domain.tld/foo/bar.git'

mod 'firewall',
  :git => 'https://github.com/puppetlabs/puppetlabs-firewall.git',
  :tag => '1.15.3'