diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-10-05 17:31:35 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-10-05 17:31:35 -0700 |
commit | 050989ea7b9a7bb5dd8531b7f6f195b8e3358eac (patch) | |
tree | 57aad9d55c2ead36f842beb8ae528d9d27402c9f /kitchen-tests/cookbooks | |
parent | b0c760d3d70e476b23fb595f20b96db74b09f17f (diff) | |
download | chef-050989ea7b9a7bb5dd8531b7f6f195b8e3358eac.tar.gz |
remove unnecessary skeleton files from test cookbookslcg/learnchef
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'kitchen-tests/cookbooks')
6 files changed, 0 insertions, 248 deletions
diff --git a/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/.kitchen.yml b/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/.kitchen.yml deleted file mode 100644 index 53e966ae5b..0000000000 --- a/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/.kitchen.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -driver: - name: vagrant - network: - - ["private_network", {ip: "192.168.34.34"}] - -provisioner: - name: chef_zero - -platforms: - - name: ubuntu-14.04 - -suites: - - name: default - run_list: - - recipe[awesome_customers_ubuntu::default] - attributes: - awesome_customers_ubuntu: - database: - root_password: 'mysql_root_password' - admin_password: 'mysql_admin_password' diff --git a/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/Berksfile b/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/Berksfile deleted file mode 100644 index 967b9a78b6..0000000000 --- a/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/Berksfile +++ /dev/null @@ -1,3 +0,0 @@ -source "https://supermarket.chef.io" - -metadata diff --git a/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/chefignore b/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/chefignore deleted file mode 100644 index 0fc713235b..0000000000 --- a/kitchen-tests/cookbooks/awesome_customers_rhel_wrapper/chefignore +++ /dev/null @@ -1,100 +0,0 @@ -# Put files/directories that should be ignored in this file when uploading -# or sharing to the community site. -# Lines that start with '# ' are comments. - -# OS generated files # -###################### -.DS_Store -Icon? -nohup.out -ehthumbs.db -Thumbs.db - -# SASS # -######## -.sass-cache - -# EDITORS # -########### -\#* -.#* -*~ -*.sw[a-z] -*.bak -REVISION -TAGS* -tmtags -*_flymake.* -*_flymake -*.tmproj -.project -.settings -mkmf.log - -## COMPILED ## -############## -a.out -*.o -*.pyc -*.so -*.com -*.class -*.dll -*.exe -*/rdoc/ - -# Testing # -########### -.watchr -.rspec -spec/* -spec/fixtures/* -test/* -features/* -examples/* -Guardfile -Procfile -.kitchen* -.rubocop.yml - -# SCM # -####### -.git -*/.git -.gitignore -.gitmodules -.gitconfig -.gitattributes -.svn -*/.bzr/* -*/.hg/* -*/.svn/* - -# Berkshelf # -############# -Berksfile -Berksfile.lock -cookbooks/* -tmp - -# Cookbooks # -############# -CONTRIBUTING* -CHANGELOG* -TESTING* - -# Strainer # -############ -Colanderfile -Strainerfile -.colander -.strainer - -# Vagrant # -########### -.vagrant -Vagrantfile - -# Travis # -########## -.travis.yml diff --git a/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/.kitchen.yml b/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/.kitchen.yml deleted file mode 100644 index 53e966ae5b..0000000000 --- a/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/.kitchen.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -driver: - name: vagrant - network: - - ["private_network", {ip: "192.168.34.34"}] - -provisioner: - name: chef_zero - -platforms: - - name: ubuntu-14.04 - -suites: - - name: default - run_list: - - recipe[awesome_customers_ubuntu::default] - attributes: - awesome_customers_ubuntu: - database: - root_password: 'mysql_root_password' - admin_password: 'mysql_admin_password' diff --git a/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/Berksfile b/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/Berksfile deleted file mode 100644 index 967b9a78b6..0000000000 --- a/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/Berksfile +++ /dev/null @@ -1,3 +0,0 @@ -source "https://supermarket.chef.io" - -metadata diff --git a/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/chefignore b/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/chefignore deleted file mode 100644 index 0fc713235b..0000000000 --- a/kitchen-tests/cookbooks/awesome_customers_ubuntu_wrapper/chefignore +++ /dev/null @@ -1,100 +0,0 @@ -# Put files/directories that should be ignored in this file when uploading -# or sharing to the community site. -# Lines that start with '# ' are comments. - -# OS generated files # -###################### -.DS_Store -Icon? -nohup.out -ehthumbs.db -Thumbs.db - -# SASS # -######## -.sass-cache - -# EDITORS # -########### -\#* -.#* -*~ -*.sw[a-z] -*.bak -REVISION -TAGS* -tmtags -*_flymake.* -*_flymake -*.tmproj -.project -.settings -mkmf.log - -## COMPILED ## -############## -a.out -*.o -*.pyc -*.so -*.com -*.class -*.dll -*.exe -*/rdoc/ - -# Testing # -########### -.watchr -.rspec -spec/* -spec/fixtures/* -test/* -features/* -examples/* -Guardfile -Procfile -.kitchen* -.rubocop.yml - -# SCM # -####### -.git -*/.git -.gitignore -.gitmodules -.gitconfig -.gitattributes -.svn -*/.bzr/* -*/.hg/* -*/.svn/* - -# Berkshelf # -############# -Berksfile -Berksfile.lock -cookbooks/* -tmp - -# Cookbooks # -############# -CONTRIBUTING* -CHANGELOG* -TESTING* - -# Strainer # -############ -Colanderfile -Strainerfile -.colander -.strainer - -# Vagrant # -########### -.vagrant -Vagrantfile - -# Travis # -########## -.travis.yml |