-
Notifications
You must be signed in to change notification settings - Fork 0
My server all wrapped up in chef
Drewzar/chef.drewzar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# -*- mode: makefile-gmake; -*- # MUST HAVE # apt-get install git-core make # # Run ##################################################### # git clone https://github.com/Drewzar/chef.drewzar.git # cd chef.drewzar # make -f README install ##################################################### # Installers install: chef chef: opscode-repo @echo "=> Installing chef" sudo apt-get install chef -y @echo "=> Stopping chef-client service" sudo service chef-client stop @echo "=> Disabling the chef-client service" sudo update-rc.d chef-client disable opscode-repo: @echo "=>Adding the opscode repo" echo "deb http://apt.opscode.com/ `lsb_release -cs`-0.10 main" | sudo tee /etc/apt/sources.list.d/opscode.list wget -qO - http://apt.opscode.com/[email protected] | sudo apt-key add - sudo apt-get update
About
My server all wrapped up in chef
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published