Add more bts=>user mapping
This commit is contained in:
parent
33f2f29244
commit
d29e4b4b85
1 changed files with 2 additions and 1 deletions
|
@ -293,7 +293,8 @@ schedule { 'repo':
|
|||
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":
|
||||
ensure => present,
|
||||
content => template('rhizo_base/rccn-functions.sh.erb'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue