diff options
author | Adam Jacob <adam@hjksolutions.com> | 2008-03-14 00:36:32 -0700 |
---|---|---|
committer | Adam Jacob <adam@hjksolutions.com> | 2008-03-14 00:36:32 -0700 |
commit | 7fbfa8cabecc943670cb5765900979efe8a0dcb7 (patch) | |
tree | e4a58b00066dc05eee384e3b6cac48f76af0c6a6 /spec/data | |
parent | 8785608a3ff644e4835045396913f0f137706d3c (diff) | |
download | chef-7fbfa8cabecc943670cb5765900979efe8a0dcb7.tar.gz |
Getting rid of coverage in git
Diffstat (limited to 'spec/data')
-rw-r--r-- | spec/data/cookbooks/openldap/attributes/default.rb | 1 | ||||
-rw-r--r-- | spec/data/cookbooks/openldap/ignore | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/spec/data/cookbooks/openldap/attributes/default.rb b/spec/data/cookbooks/openldap/attributes/default.rb index 652fc18a20..8c00028021 100644 --- a/spec/data/cookbooks/openldap/attributes/default.rb +++ b/spec/data/cookbooks/openldap/attributes/default.rb @@ -1,3 +1,4 @@ + case chef_env when "prod" ldap_server "ops1prod" diff --git a/spec/data/cookbooks/openldap/ignore b/spec/data/cookbooks/openldap/ignore index e69de29bb2..e96f4e7df4 100644 --- a/spec/data/cookbooks/openldap/ignore +++ b/spec/data/cookbooks/openldap/ignore @@ -0,0 +1,6 @@ +# +# The ignore file allows you to skip files in cookbooks with the same name that appear +# later in the search path. +# + +recipes/ignoreme.rb
\ No newline at end of file |