-
Notifications
You must be signed in to change notification settings - Fork 124
file resource
Ryota Arai edited this page Jul 13, 2015
·
17 revisions
- create
- delete
- edit
- nothing
Name | Value | Default | Required |
---|---|---|---|
action |
one of Symbol, Array | :create |
Yes |
user |
String | (no default) | No |
path |
String | (name of resource) | No |
content |
String | (no default) | No |
mode |
String | (no default) | No |
owner |
String | (no default) | No |
group |
String | (no default) | No |
block |
Proc | Proc |
No |
# recipe
file "/path/to/file" do
action :edit
block do |content|
content.gsub!("world", "Itamae")
end
end
Do not edit this page because this is generated automatically with Itamae v1.3.5