klarna_chef 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/klarna_chef/generators/chef.rb +1 -1
- data/lib/klarna_chef/version.rb +1 -1
- metadata +1 -1
|
@@ -18,7 +18,7 @@ module KlarnaChef
|
|
|
18
18
|
end
|
|
19
19
|
|
|
20
20
|
def create_example_user_data_bag
|
|
21
|
-
template('example_user_data_bag.json', "#{name}/data_bags/
|
|
21
|
+
template('example_user_data_bag.json', "#{name}/data_bags/team/example.json")
|
|
22
22
|
end
|
|
23
23
|
|
|
24
24
|
def create_example_newrelic_data_bag
|
data/lib/klarna_chef/version.rb
CHANGED