Puppet Cheat Sheet – Manifest Cook Book Posted on January 31, 2018December 23, 2018 by Nikko Basic Puppet Template RESOURCE_TITLE { 'TITLE': ATTRIBUTE => VALUE, } File Attribute Ensure a file has specified content file { '/tmp/hello.txt': ensure => file, owner => 'nikko', grou... Read More