File: allatonce

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 (13 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id$

define thingie {
    file { "/tmp/classtest": ensure => file, mode => 755 }
    #testing {}
}

class testing {
    thingie { "componentname": }
}

#component {}
testing { "testingname": }