Version information
released Jun 9th 2016
Start using this module
Add this module to your Puppetfile:
mod 'rajeshwaran-file', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
rajeshwaran/file — version 0.0.2 Jun 9th 2016
file
Overview
A wrapper around the file resource type
Module Description
This module allows one to define file resources in Hiera.
Usage
In a class:
include ::file
In hiera:
package::file:
'/etc/test.conf:
ensure: present
content: 'hello'
## Reference
Se https://docs.puppet.com/puppet/latest/reference/type.html#file for the
list of available attributes.