Initial Chef repository
This commit is contained in:
7
cookbooks/packagecloud/attributes/default.rb
Normal file
7
cookbooks/packagecloud/attributes/default.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
default['packagecloud']['base_repo_path'] = "/install/repositories/"
|
||||
default['packagecloud']['gpg_key_path'] = "/gpg.key"
|
||||
|
||||
default['packagecloud']['default_type'] = value_for_platform_family(
|
||||
'debian' => 'deb',
|
||||
['rhel', 'fedora'] => 'rpm'
|
||||
)
|
||||
Reference in New Issue
Block a user