From e708ff36834ddaa3ec19142712dfd68772a927d4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 5 Jul 2020 10:34:05 +0100 Subject: [PATCH] Add default attributes for nfs cookbook --- cookbooks/nfs/attributes/default.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 cookbooks/nfs/attributes/default.rb diff --git a/cookbooks/nfs/attributes/default.rb b/cookbooks/nfs/attributes/default.rb new file mode 100644 index 000000000..f3b1761a0 --- /dev/null +++ b/cookbooks/nfs/attributes/default.rb @@ -0,0 +1 @@ +default[:nfs] = {} -- 2.43.2