From: Stephen Gran Date: Sun, 26 Apr 2009 15:25:04 +0000 (+0100) Subject: syntax X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=14d2697f74de1c7973af7c0c3e27feb31827a7d2;p=mirror%2Fdsa-puppet.git syntax Signed-off-by: Stephen Gran --- diff --git a/modules/motd/manifests/new.pp b/modules/motd/manifests/new.pp index 35826a971..8a8d5a99f 100644 --- a/modules/motd/manifests/new.pp +++ b/modules/motd/manifests/new.pp @@ -1,6 +1,6 @@ class motd::new inherits motd { File ["/etc/motd.tail"] { notify => Exec["updatemotd"], - content => template("motd-new.erb") ; + content => template("motd-new.erb") } }