Replace the default boilerplate cookbook maintainer and email
Also add it to knife.rb so new cookbooks are generated with the right ones
This commit is contained in:
parent
d95f0b601a
commit
78708414f4
@ -6,3 +6,7 @@ role_path "roles"
|
||||
environment_path "environments"
|
||||
data_bag_path "data_bags"
|
||||
encrypted_data_bag_secret "#{current_dir}/encrypted_data_bag_secret"
|
||||
|
||||
cookbook_copyright 'Kosmos'
|
||||
cookbook_license 'none'
|
||||
cookbook_email 'mail@kosmos.org'
|
||||
|
@ -1,6 +1,6 @@
|
||||
name 'kosmos-mediawiki'
|
||||
maintainer 'YOUR_COMPANY_NAME'
|
||||
maintainer_email 'YOUR_EMAIL'
|
||||
maintainer 'Kosmos'
|
||||
maintainer_email 'mail@kosmos.org'
|
||||
license 'All rights reserved'
|
||||
description 'Installs/Configures kosmos-mediawiki'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Cookbook Name:: kosmos-mediawiki
|
||||
# Recipe:: default
|
||||
#
|
||||
# Copyright 2016, YOUR_COMPANY_NAME
|
||||
# Copyright 2016, Kosmos
|
||||
#
|
||||
# All rights reserved - Do Not Redistribute
|
||||
#
|
||||
|
@ -1,6 +1,6 @@
|
||||
name 'kosmos-wordpress'
|
||||
maintainer 'Kosmos'
|
||||
maintainer_email 'ops@kosmos.org'
|
||||
maintainer_email 'mail@kosmos.org'
|
||||
license 'All rights reserved'
|
||||
description 'Installs/Configures kosmos-wordpress'
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user