diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:32:05 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-10 15:32:05 -0700 |
commit | d51ae6f6555efbe3ba028a9c78d690042c3205d5 (patch) | |
tree | 05e7c39df37d325c25a9092b36d11d24ed1a04f1 /spec | |
parent | 685042c1ea839cef2ad7fe440df1fc0955535581 (diff) | |
parent | d4801e39b1e82e85ffebeff797be4f0b9d5d6493 (diff) | |
download | chef-d51ae6f6555efbe3ba028a9c78d690042c3205d5.tar.gz |
Merge pull request #2149 from JeanMertz/chef_client_no_check_files_subdir
knife upload fails due to "wrong" ruby syntax in files/* file
Diffstat (limited to 'spec')
-rw-r--r-- | spec/data/cookbooks/ignorken/files/default/not_me.rb | 2 | ||||
-rw-r--r-- | spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/spec/data/cookbooks/ignorken/files/default/not_me.rb b/spec/data/cookbooks/ignorken/files/default/not_me.rb new file mode 100644 index 0000000000..8063e32a95 --- /dev/null +++ b/spec/data/cookbooks/ignorken/files/default/not_me.rb @@ -0,0 +1,2 @@ +a cat walked on the keyboard one day... +(*&(*&(*&(*&(*^%$%^%#^^&(*)(*{}}}}}}}}+++++===)))))) diff --git a/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb b/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb new file mode 100644 index 0000000000..8063e32a95 --- /dev/null +++ b/spec/data/cookbooks/ignorken/templates/ubuntu-12.10/not_me.rb @@ -0,0 +1,2 @@ +a cat walked on the keyboard one day... +(*&(*&(*&(*&(*^%$%^%#^^&(*)(*{}}}}}}}}+++++===)))))) |