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
e253b36d
Commit
e253b36d
authored
Apr 23, 2015
by
Dennis Klein
Browse files
adapt to chef 12
parent
76779c21
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
e253b36d
...
...
@@ -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.
1
"
version
"0.7.
2
"
depends
"nfs"
recipes/default.rb
View file @
e253b36d
...
...
@@ -19,7 +19,7 @@ ohai 'Dpkg' do
end
# fallback to admit access to everybody if not specified
node
[
:fai
][
:clients
]
=
[
"*"
]
if
node
[
:fai
][
:clients
].
empty?
node
.
default
[
:fai
][
:clients
]
=
[
"*"
]
if
node
[
:fai
][
:clients
].
empty?
if
node
.
fai
.
configdir
directory
node
.
fai
.
configdir
do
...
...
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