diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-04 16:46:25 -0800 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2016-02-24 21:24:14 -0800 |
commit | d0f2106071bf6cd8caf41555fe1a1784b3aff1fa (patch) | |
tree | 14a060e04917b139d4499542f41c7557654df3c4 /spec/data | |
parent | 0584f32a8cbc82db9b1361e7a3a9f42bfbe5af51 (diff) | |
download | chef-d0f2106071bf6cd8caf41555fe1a1784b3aff1fa.tar.gz |
Copy client.d files during bootstrap
When knife finds a client.d/ directory, it will upload
all files nested under that directory.
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/client.d_00/00-foo.rb | 2 | ||||
-rw-r--r-- | spec/data/client.d_00/bar | 1 | ||||
-rw-r--r-- | spec/data/client.d_01/foo/bar.rb | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/spec/data/client.d_00/00-foo.rb b/spec/data/client.d_00/00-foo.rb new file mode 100644 index 0000000000..44a763aca1 --- /dev/null +++ b/spec/data/client.d_00/00-foo.rb @@ -0,0 +1,2 @@ +# 00-foo.rb +# d6f9b976-289c-4149-baf7-81e6ffecf228 diff --git a/spec/data/client.d_00/bar b/spec/data/client.d_00/bar new file mode 100644 index 0000000000..72dca4d5e4 --- /dev/null +++ b/spec/data/client.d_00/bar @@ -0,0 +1 @@ +1 / 0 diff --git a/spec/data/client.d_01/foo/bar.rb b/spec/data/client.d_01/foo/bar.rb new file mode 100644 index 0000000000..72dca4d5e4 --- /dev/null +++ b/spec/data/client.d_01/foo/bar.rb @@ -0,0 +1 @@ +1 / 0 |