Add more bts=>user mapping

This commit is contained in:
Keith Whyte 2020-05-21 07:33:11 +02:00
parent 33f2f29244
commit d29e4b4b85

View file

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