Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
fai
Commits
9a45ff56
Commit
9a45ff56
authored
Oct 05, 2016
by
Christopher Huhn
Browse files
Add cryptsetup and moreutils to nfsroots
parent
0b2eb31d
Changes
2
Hide whitespace changes
Inline
Side-by-side
attributes/default.rb
View file @
9a45ff56
...
...
@@ -8,7 +8,11 @@ default_unless[:fai][:clients] = [ ]
default_unless
[
:fai
][
:insecure_clients
]
=
[
]
# packages to install into the nfsroots
default
[
:fai
][
:common_extra_pkgs
]
=
[
'lsb-release'
]
default
[
:fai
][
:common_extra_pkgs
]
=
[
'cryptsetup'
,
'lsb-release'
,
'moreutils'
]
# dir for FAI config
default
[
:fai
][
:configdir
]
=
"/srv/fai/config"
...
...
metadata.rb
View file @
9a45ff56
...
...
@@ -4,5 +4,5 @@ maintainer_email "hpc@gsi.de"
license
"All rights reserved"
description
"Installs/Configures fai"
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
"0.7.
3
"
version
"0.7.
4
"
depends
"nfs"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment