puppet-strings/spec/unit/puppetx/yardoc/yard/examples/class.pp

6 lines
71 B
Puppet

class foo::bar {
file { '/test/file/path':
owner => 'baz',
}
}