coren has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/63286


Change subject: Tool Labs: Actually use debian directory names
......................................................................

Tool Labs: Actually use debian directory names

... which doesn't use motd.d at all.

Change-Id: I089bdb4e54f8a895b18df7578138ed3ab698f182
---
M modules/toollabs/manifests/bastion.pp
M modules/toollabs/manifests/infrastructure.pp
M modules/toollabs/manifests/init.pp
3 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/63286/1

diff --git a/modules/toollabs/manifests/bastion.pp 
b/modules/toollabs/manifests/bastion.pp
index aa8a10f..2220aa0 100644
--- a/modules/toollabs/manifests/bastion.pp
+++ b/modules/toollabs/manifests/bastion.pp
@@ -21,7 +21,7 @@
     gridmaster => $gridmaster,
   }
 
-  file { "/etc/motd.d/40-bastion-banner":
+  file { "/etc/update-motd.d/40-bastion-banner":
     ensure => file,
     mode => "0755",
     owner => "root",
diff --git a/modules/toollabs/manifests/infrastructure.pp 
b/modules/toollabs/manifests/infrastructure.pp
index b1e64df..a8c2242 100644
--- a/modules/toollabs/manifests/infrastructure.pp
+++ b/modules/toollabs/manifests/infrastructure.pp
@@ -13,7 +13,7 @@
 # Sample Usage:
 #
 class toollabs::infrastructure {
-  file { "/etc/motd.d/40-infrastructure-banner":
+  file { "/etc/update-motd.d/40-infrastructure-banner":
     ensure => file,
     mode => "0755",
     owner => "root",
diff --git a/modules/toollabs/manifests/init.pp 
b/modules/toollabs/manifests/init.pp
index ed89b26..d60e922 100644
--- a/modules/toollabs/manifests/init.pp
+++ b/modules/toollabs/manifests/init.pp
@@ -58,7 +58,7 @@
   # don't care that packages need updating, or that filesystems
   # will be checked, for instance)
 
-  file { "/etc/motd.d":
+  file { "/etc/update-motd.d":
     ensure => directory,
     mode => "0755",
     owner => "root",

-- 
To view, visit https://gerrit.wikimedia.org/r/63286
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I089bdb4e54f8a895b18df7578138ed3ab698f182
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: coren <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to