Sha256: d304206957190e1e98ba6fb42ebaed09dad34ed4219394647b25bed0818cf10f
Contents?: true
Size: 612 Bytes
Versions: 10
Compression:
Stored size: 612 Bytes
Contents
# $Id: relationships 832 2006-01-17 07:11:50Z luke $ #service.setpath("../examples/root/etc/init.d") #puppet.statefile("/tmp/puppetstate") $path = "../examples/root/etc/configfile" path => "../examples/root/etc/init.d" define files { file { "/tmp/yaytest": ensure => file, mode => 755 } file { "/tmp/exists": checksum => md5 } } define sleeper { file { $path: mode => 755 } service { sleeper: path => "../examples/root/etc/init.d", running => 1 } } files { } sleeper { require => files["yay"], schedule => true }
Version data entries
10 entries across 10 versions & 1 rubygems