]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Name it correctly
authorStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:09:00 +0000 (16:09 +0100)
committerStephen Gran <steve@lobefin.net>
Sun, 26 Apr 2009 15:09:00 +0000 (16:09 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/manifests/new.pp

index 45d06f7e1db4f808cfdc8e533ecb0812413f8b86..dbbcb278307512c2c4a1944007a8143aa9f9b47b 100644 (file)
@@ -1,4 +1,4 @@
-class motdnew inherits motd {
+class motd::new inherits motd {
        file { "/etc/motd.tail":
                 notify  => Exec["updatemotd"],
                 content => template("motd-new.erb") ;