From 355c0e47ea00e31d610cc0e72a40b4ec0ef64670 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 16 Mar 2018 10:27:34 +0100 Subject: [PATCH] Adding test user to test-mail02.pixelpark.net for testing the accounts module --- .../pixelpark-mail/test-mail02.pixelpark.net.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml b/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml index ce9bc883..d00aba87 100644 --- a/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml +++ b/customer/pixelpark-mail/test-mail02.pixelpark.net.yaml @@ -10,6 +10,19 @@ infra::additional_classes: - bind # - logstash +# For testing the accounts module +accounts::users: + web: + apply: true + sudo: false + uid: 60300 + comment: 'Test Webuser' + group: 'web' + groups: + - 'apache' + - 'wheel' + shell: 'bash' + # Necessary, because the host has a local caching only DNS resolver puppetconf::server: puppetmaster01.pixelpark.com -- 2.39.5