projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e389ee
)
updatemotd exec is not used anywhere anymore. Remove.
author
Peter Palfrader
<peter@palfrader.org>
Wed, 26 Jul 2017 09:13:22 +0000
(11:13 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Wed, 26 Jul 2017 09:13:44 +0000
(11:13 +0200)
modules/motd/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/motd/manifests/init.pp
b/modules/motd/manifests/init.pp
index
3a2b697
..
3bf224b
100644
(file)
--- a/
modules/motd/manifests/init.pp
+++ b/
modules/motd/manifests/init.pp
@@
-32,9
+32,4
@@
class motd {
mode => '0555',
content => template('motd/motd.erb')
}
-
- exec { 'updatemotd':
- command => 'uname -snrvm > /var/run/motd && cat /etc/motd.tail >> /var/run/motd',
- refreshonly => true,
- }
}