[COOK-4619] - no way to unset recipient_delimiter

Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
Patrick Moore
2014-05-09 13:51:12 -04:00
committed by Sean OMeara
parent f27480fa4c
commit 0a42b0722b
14 changed files with 78 additions and 68 deletions

View File

@@ -1,3 +1,3 @@
name "fake"
version "0.0.1"
description "Not a real cookbook, used for testing only."
name 'fake'
version '0.0.1'
description 'Not a real cookbook, used for testing only.'

View File

@@ -1,5 +1,5 @@
execute "pkg set-publisher -g http://pkg.omniti.com/omniti-ms/ ms.omniti.com" do
not_if "pkg publisher ms.omniti.com"
execute 'pkg set-publisher -g http://pkg.omniti.com/omniti-ms/ ms.omniti.com' do
not_if 'pkg publisher ms.omniti.com'
end
execute "pkg refresh --full"
execute 'pkg refresh --full'