init: bring motd more flexible
Delete all things related to eNovance & french law. Add a new parameter to be able to change the MOTD title, with "eNovance IT Operations" by default.
This commit is contained in:
parent
994b6d430f
commit
ee2b965b20
@ -22,7 +22,8 @@ class cloud(
|
||||
$rhn_registration = undef,
|
||||
$root_password = 'root',
|
||||
$dns_ips = ['8.8.8.8', '8.8.4.4'],
|
||||
$site_domain = 'mydomain'
|
||||
$site_domain = 'mydomain',
|
||||
$motd_title = 'eNovance IT Operations',
|
||||
) {
|
||||
|
||||
if ! ($::osfamily in [ 'RedHat', 'Debian' ]) {
|
||||
@ -37,14 +38,13 @@ class cloud(
|
||||
mode => '0644',
|
||||
content => "
|
||||
############################################################################
|
||||
# eNovance IT Operations #
|
||||
# ${motd_title} #
|
||||
############################################################################
|
||||
# #
|
||||
# *** RESTRICTED ACCESS *** #
|
||||
# Only the authorized users may access this system. #
|
||||
# Any attempted unauthorized access or any action affecting the computer #
|
||||
# system of eNovance is punishable under articles 323-1 to 323-7 of #
|
||||
# French criminal law. #
|
||||
# Any attempted unauthorized access or any action affecting this computer #
|
||||
# system is punishable by the law of local country. #
|
||||
# #
|
||||
############################################################################
|
||||
This node is under the control of Puppet ${::puppetversion}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user