Update Chef to 14.11.21 #27

Merged
greg merged 44 commits from chef_14 into master 2019-04-12 11:31:37 +00:00
3 changed files with 20 additions and 6 deletions
Showing only changes of commit 12355a6b27 - Show all commits

6
roles/base.rb Normal file
View File

@ -0,0 +1,6 @@
name "base"
run_list %w(
kosmos-base::chef_client
kosmos-base::default
)

View File

@ -0,0 +1,14 @@
#
# Cookbook Name:: kosmos-base
# Recipe:: chef_client
#
# Copyright 2019, Kosmos
#
# All rights reserved - Do Not Redistribute

We only release open-source software for everything in the Kosmos org.

We only release open-source software for everything in the Kosmos org.
#
# Update chef to the chosen version
chef_version = '14.11.21'
chef_client_updater "Install #{chef_version}" do
version chef_version
end

View File

@ -11,12 +11,6 @@ include_recipe 'apt'
include_recipe 'timezone_iii'
include_recipe 'ntp'
# Update chef to the chosen version
chef_version = '14.11.21'
chef_client_updater "Install #{chef_version}" do
version chef_version
end
package 'mailutils'
package 'mosh'