Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Einführung in Chef

Einführung in Chef

my session slides for the introductory session at DevOpsCamp Nürnberg.

Markus Heurung

March 29, 2014
Tweet

More Decks by Markus Heurung

Other Decks in Technology

Transcript

  1. Package, Service package “apache2” do action :install end ! service

    “apache2” do action [:enable, :start] end
  2. Role Bestehen aus 
 gesetzten Attributen
 und Run Lists. Eine

    Sammlung, um Nodes zu gruppieren. →Webserver
 →Datenbankserver

  3. Vorbereitungen Install VirtualBox Install Vagrant $ vagrant plugin install vagrant-cachier

    $ vagrant plugin install vagrant-omnibus $ git clone https://github.com/muhh/vagrant- chef-devopscamp.git $ cd vagrant-chef-devopscamp $ gem install librarian-chef $ librarian-chef install