From 14d2697f74de1c7973af7c0c3e27feb31827a7d2 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sun, 26 Apr 2009 16:25:04 +0100 Subject: [PATCH] syntax Signed-off-by: Stephen Gran --- modules/motd/manifests/new.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") } } -- 2.20.1