Libraries
»
puppetlabs-peadm
(3.26.1)
»
Index (m)
»
Puppet Tasks
»
mkdir_p_file
Puppet Task: mkdir_p_file
Defined in:
tasks/mkdir_p_file.json,
tasks/mkdir_p_file.rb
Overview
Create a file with the specified content at the specified location
Supports noop?
false
Parameters
path
(String)
— The fully qualified path of the file to create
content
(String)
— The content to create the file with
owner
(Optional[String])
— The file owner
group
(Optional[String])
— The file group
mode
(Optional[String])
— The file mode
chown_r
(Optional[String])
— If supplied, recursively chown starting at this path