Commit ba4adaa799b94473e1b5a1e8f26e4629f6aded10
1 parent
af35b895
Exists in
master
and in
39 other branches
Installing supervisor and creating colab user
Showing
2 changed files
with
14 additions
and
1 deletions
Show diff stats
puppet/modules/colab/manifests/init.pp
... | ... | @@ -6,4 +6,14 @@ class colab { |
6 | 6 | include locale |
7 | 7 | include timezone |
8 | 8 | include postfix |
9 | -} | |
9 | + | |
10 | + include supervisor | |
11 | + | |
12 | + include colab::requirements | |
13 | + | |
14 | + user { 'colab': | |
15 | + ensure => present, | |
16 | + managehome => true, | |
17 | + shell => '/bin/bash', | |
18 | + } | |
19 | +} | |
10 | 20 | \ No newline at end of file | ... | ... |
requirements.txt