diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-03-23 20:33:06 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-03-23 20:33:06 -0700 |
commit | c74068fffb387955cff8b32c2c984c782ee1e0a0 (patch) | |
tree | bac2087b4d045a2a5f36450fdc10d04202bf3961 /spec/data/recipes | |
parent | 90d083563df3fc997b8cd3790f3b0b95d0855461 (diff) | |
download | chef-c74068fffb387955cff8b32c2c984c782ee1e0a0.tar.gz |
Adding a File provider
Diffstat (limited to 'spec/data/recipes')
-rw-r--r-- | spec/data/recipes/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/data/recipes/test.rb b/spec/data/recipes/test.rb index ce79f7109f..1c94b917f0 100644 --- a/spec/data/recipes/test.rb +++ b/spec/data/recipes/test.rb @@ -1,6 +1,6 @@ file "/etc/nsswitch.conf" do - insure "present" + action "create" owner "root" group "root" mode 0644 |