Newer
Older
Victor Chavez
committed
# for AS access
Victor Chavez
committed
class oracledb::as inherits oracledb::oracleusers {
Victor Chavez
committed
include user::emagent
Victor Chavez
committed
K5login['/u01/app/oracle/.k5login'] {
principals +> [
'jenhong@stanford.edu',
'kmadduri@stanford.edu',
'sanjeevk@stanford.edu',
'toaivo@stanford.edu',
]
}
Victor Chavez
committed
base::iptables::rule { 'as_dba_access':
description => 'AS VDI range for DBAs to access these systems',
source => ['172.20.200.0/23'],
port => ['1533','1534','1535'],
protocol => 'tcp',
}
}