]> git.openstreetmap.org Git - chef.git/blobdiff - roles/eustace.rb
Drop roles for thorn-02 and thorn-03
[chef.git] / roles / eustace.rb
index df956f3c709a204673b85baa22bba2b38bbb5696..bd11cb3458e29d21130cec20543cec04e8df7626 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to eustace"
 
 default_attributes(
   :networking => {
-    :resolved => true,
     :interfaces => {
       :internal_ipv4 => {
         :interface => "eth0.2801",
@@ -24,5 +23,5 @@ default_attributes(
 run_list(
   "role[ucl]",
   "role[hp-dl360-g6]",
-  "role[piwik]"
+  "role[matomo]"
 )