From 36b01e879c6af7a691a4b1f7cdfb9823ce16d461 Mon Sep 17 00:00:00 2001 From: Fletcher Nichol Date: Tue, 29 Mar 2011 17:00:03 -0600 Subject: [PATCH] Add strategy for SuSE with vagrant/sudoers. --- attributes/default.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 attributes/default.rb diff --git a/attributes/default.rb b/attributes/default.rb new file mode 100644 index 0000000..27948dd --- /dev/null +++ b/attributes/default.rb @@ -0,0 +1,3 @@ +if platform?("suse") + node[:authorization][:sudo][:users].push("vagrant") +end