language-puppet-1.4.1: tests/Parser/lexer/classpathtest.pp
# $Id$
define mytype {
file { "/tmp/classtest": ensure => file, mode => 755 }
}
class testing {
mytype { "componentname": }
}
include testing
# $Id$
define mytype {
file { "/tmp/classtest": ensure => file, mode => 755 }
}
class testing {
mytype { "componentname": }
}
include testing