File: simpletests

package info (click to toggle)
puppet 0.24.5-3%2Blenny2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 9,688 kB
  • ctags: 7,630
  • sloc: ruby: 97,655; sh: 721; lisp: 262; makefile: 167; xml: 122; python: 28
file content (11 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# $Id$

file {
    "/tmp/atest": ensure => file;
    "/tmp/btest": ensure => file
}

file {
    "/tmp/ctest": ensure => file;
    "/tmp/dtest": ensure => file;
}