Skip to content

Commit

Permalink
Added chef client supermarket cookbook to change convergance time to …
Browse files Browse the repository at this point in the history
…15 mins
  • Loading branch information
directdevops committed Jan 30, 2021
1 parent 313bf14 commit bbe51a7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jan21/chef-repo/cookbooks/lttomcat/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default['lttomcat']['java_version']= '8'
default['lttomcat']['java_version']= '11'
2 changes: 1 addition & 1 deletion Jan21/chef-repo/cookbooks/lttomcat/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'All Rights Reserved'
description 'Installs/Configures lttomcat'
long_description 'Installs/Configures lttomcat'
version '1.0.0'
version '1.1.0'
chef_version '>= 14.0'

# The `issues_url` points to the location where issues for this cookbook are
Expand Down
3 changes: 2 additions & 1 deletion Jan21/chef-repo/cookbooks/ltutils/attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
default['ltutils']['utilpackages'] = [ 'git', 'tree']
default['ltutils']['utilpackages'] = [ 'git']
default['chef_client']['interval'] = 900
3 changes: 2 additions & 1 deletion Jan21/chef-repo/cookbooks/ltutils/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'All Rights Reserved'
description 'Installs/Configures ltutils'
long_description 'Installs/Configures ltutils'
version '1.0.0'
version '1.0.1'
chef_version '>= 14.0'

# The `issues_url` points to the location where issues for this cookbook are
Expand All @@ -18,3 +18,4 @@
# a Supermarket.
#
# source_url 'https://github.com/<insert_org_here>/ltutils'
depends 'chef-client', '~> 12.3.3'

0 comments on commit bbe51a7

Please sign in to comment.