From 1b44048f33e795162212d2fdc77bcf0d9cdf0533 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 22 Mar 2010 22:11:47 -0300 Subject: Module organization --- manifests/motd.pp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 manifests/motd.pp (limited to 'manifests/motd.pp') diff --git a/manifests/motd.pp b/manifests/motd.pp deleted file mode 100644 index c8029bf..0000000 --- a/manifests/motd.pp +++ /dev/null @@ -1,17 +0,0 @@ -class motd { - # http://projects.reductivelabs.com/issues/1915 - file { "/var/run/motd": - owner => "root", - group => "root", - mode => 0644, - ensure => file, - content => "This is $fqdn from the $network_name.\n", - } - - file { "/etc/motd": - owner => "root", - group => "root", - ensure => "/var/run/motd", - require => File["/var/run/motd"], - } -} -- cgit v1.2.3