X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ec302a3290d82fab860a5c274aad21ff6e297f0f..477020ec63224f72ff93fe12f149315f67c41b4f:/roles/horntail.rb diff --git a/roles/horntail.rb b/roles/horntail.rb index 19003a53c..2d4e9057a 100644 --- a/roles/horntail.rb +++ b/roles/horntail.rb @@ -65,18 +65,6 @@ default_attributes( } } }, - :openvpn => { - :address => "10.0.16.2", - :tunnels => { - :ic2ucl => { - :port => "1194", - :mode => "server", - :peer => { - :host => "ridley.openstreetmap.org" - } - } - } - }, :rsyncd => { :modules => { :hosts => { @@ -117,15 +105,5 @@ default_attributes( ); run_list( - "role[ic]", - "role[gateway]", - "role[chef-server]", - "role[chef-repository]", - "role[planet]", - "role[stats]", - "role[web-storage]", - "role[backup]", - "role[supybot]", - "recipe[rsyncd]", - "recipe[openvpn]" + "role[ic]" )