Sha256: 339ed51d6f557329452e0098b68501ec9ec46e07463715bd731e700a7f039f8a
Contents?: true
Size: 565 Bytes
Versions: 71
Compression:
Stored size: 565 Bytes
Contents
# $Id$ #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
71 entries across 71 versions & 3 rubygems