From d8d89cb6c2c54714f447f8728284e77808d98211 Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Fri, 25 Feb 2011 12:23:38 -0800 Subject: [PATCH] actually put in the cert bundle --- chef/cookbooks/centos/recipes/startcom_bundle.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/centos/recipes/startcom_bundle.rb b/chef/cookbooks/centos/recipes/startcom_bundle.rb index 5214ee249..ce69abf3e 100644 --- a/chef/cookbooks/centos/recipes/startcom_bundle.rb +++ b/chef/cookbooks/centos/recipes/startcom_bundle.rb @@ -7,7 +7,7 @@ execute 'back up cert bundle' do end execute 'add startcom cert' do - command 'mv /etc/pki/tls/certs/ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt.bak' + command 'cat /etc/pki/tls/certs/ca-bundle.crt.bak /etc/pki/tls/certs/startcom-cert.crt > /etc/pki/tls/certs/ca-bundle.crt' not_if "cat /etc/pki/tls/certs/ca-bundle.crt | grep '#{<