File: TestReadPuppetfileGitSlashNotation

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 (14 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod 'puppetlabs/stdlib'
mod 'puppetlabs-apache'
mod 'puppetlabs/apt', :latest
mod 'puppetlabs-rsync', :latest

mod 'nibalizer/puppetboard',
  :git => 'https://github.com/nibalizer/puppet-module-puppetboard.git',
  :ref => '2.7.1'

# Until my PRs to fix Issues #947 and #949 are merged.
#
mod 'elasticsearch',
  :git => 'https://github.com/alexharv074/puppet-elasticsearch.git',
  :ref => 'alex_master'