Fix another typo...
[mirror/dsa-puppet.git] / modules / roles / manifests / init.pp
index a40571d..c0b46e2 100644 (file)
@@ -262,4 +262,8 @@ class roles {
        if has_role('dgit_git') {
                include dgit_git
        }
+
+       if $::hostname in [lw01, lw02, lw03, lw04] {
+               include snapshot
+       }
 }