infra::additional_classes:
- infra::profile::mongodb_server
-accounts::users:
- christian.heggemann:
- apply: true
- group: tomcat
- annika.wenzel:
- apply: true
- group: tomcat
- jenkins:
- apply: true
- sudo: true
- group: tomcat
-
infra::profile::mongodb_server::backup::replicaonslave: 'no' # Wir sind eine Standalone Instance
infra::profile::mongodb_server::backup::oplog: 'no' # we don't use an oplog
mongodb::globals::version: '2.6.12-4.el7'