Skip to content
Snippets Groups Projects
Commit 33159ad9 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Added 'puppet_environment' file.

parent fc541b6e
No related branches found
No related tags found
2 merge requests!7Merge of PDK, broker, auth,!4Devel
...@@ -57,6 +57,15 @@ class aes { ...@@ -57,6 +57,15 @@ class aes {
group => root, group => root,
} }
# File containing which environment is used.
file { '/var/puppet_environment' :
ensure => file,
mode => '0644',
owner => root,
group => root,
content => "${environment}"
}
::users::liu_user { 'klaar36': ::users::liu_user { 'klaar36':
commonname => 'Klas Arvidsson', commonname => 'Klas Arvidsson',
shell => '/bin/bash', shell => '/bin/bash',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment