define, not class
[mirror/dsa-puppet.git] / modules / site / manifests / aptrepo.pp
index eb03d46..b1c825d 100644 (file)
@@ -1,4 +1,4 @@
-class site::aptrepo ($key = undef, $template = undef, $config = undef, $ensure = present) {
+define site::aptrepo ($key = undef, $template = undef, $config = undef, $ensure = present) {
 
        if $key {
                exec { "apt-key-update-${name}":