Commiting various minor changes

This commit is contained in:
Keith Whyte 2023-01-04 01:46:40 +01:00
parent 1cd5263e40
commit e37d5cb55f
4 changed files with 7 additions and 6 deletions

View file

@ -300,8 +300,8 @@ schedule { 'never':
owner => 'root',
}
$bts_user = { 'UmSite' => 'fairwaves', '2050M' => 'root', '2050S' => 'root',
'1020' => 'root', '2100' => 'root', 'ocsdr' => 'oc', '1002' => 'root' }
$bts_user = { 'UmSite' => 'fairwaves@', 'UmSite1' => 'rhizomatica@', '2050M' => 'root@', '2050S' => 'root@',
'1020' => 'root@', '2100' => 'root@', 'ocsdr' => 'oc@', '1002' => 'root@' }
file { "/etc/profile.d/rccn-functions.sh":
ensure => present,
content => template('rhizo_base/rccn-functions.sh.erb'),