diff options
author | Seth Chisamore <schisamo@opscode.com> | 2011-12-29 17:36:18 -0500 |
---|---|---|
committer | Seth Chisamore <schisamo@opscode.com> | 2011-12-29 17:36:18 -0500 |
commit | c160b82b2dc33902c900227a47d7e919719e656f (patch) | |
tree | 363b56efdb9010643488716be1cc095b73be03ec /chef/spec/data | |
parent | 768965072ef21b09d46fd1fd4dcfe78d6c2b3711 (diff) | |
download | chef-c160b82b2dc33902c900227a47d7e919719e656f.tar.gz |
Chef::Resource::Template functional tests
Diffstat (limited to 'chef/spec/data')
-rw-r--r-- | chef/spec/data/cookbooks/openldap/templates/default/openldap_variable_stuff.conf.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/spec/data/cookbooks/openldap/templates/default/openldap_variable_stuff.conf.erb b/chef/spec/data/cookbooks/openldap/templates/default/openldap_variable_stuff.conf.erb new file mode 100644 index 0000000000..e0041c9f99 --- /dev/null +++ b/chef/spec/data/cookbooks/openldap/templates/default/openldap_variable_stuff.conf.erb @@ -0,0 +1 @@ +super secret is <%= @secret -%> |