File: TestReadPuppetfileLocalModule

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 (10 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
mod 'localstuff',
     :local => 'true'

mod 'localstuff2', :local => true
mod 'localstuff3', :local => false

# issue #82
mod 'external', # Ensure external folder isn't purged by g10k
  :local        => true,
  :install_path => 'modules'