X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/edeb17167b2854344c352e1c725085636afd3668..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index d5fd177f8..51d697e88 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -7,7 +7,7 @@ default_attributes( :bretth => { :status => :user, :shell => "/usr/bin/git-shell" - }, + } } }, :apache => { @@ -16,6 +16,11 @@ default_attributes( :max_requests_per_child => 2000 } }, + :hardware => { + :modules => [ + "it87" + ] + }, :networking => { :interfaces => { :external_ipv4 => { @@ -33,7 +38,7 @@ default_attributes( :address => "2001:41c9:1:400::32", :prefix => "64", :gateway => "fe80::1" - }, + } } }, :openvpn => {