Move broken-rtc from a localinfo "role" defined in local.yaml to a class included...
[mirror/dsa-puppet.git] / modules / debian_org / manifests / init.pp
index 63a92fd..0c4c493 100644 (file)
@@ -76,13 +76,6 @@ class debian_org {
                ]:
        }
 
-       if getfromhash($site::nodeinfo, 'broken-rtc') {
-               package { 'fake-hwclock':
-                       ensure => installed,
-                       tag    => extra_repo,
-               }
-       }
-
        package { 'molly-guard':
                ensure => installed,
        }