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
77f22829
Commit
77f22829
authored
Apr 27, 2017
by
Christopher Huhn
Browse files
Avoid empty definition of FAI_CONFIGDIR
parent
d0fa0bde
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
77f22829
...
...
@@ -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.8.
0
"
version
"0.8.
1
"
depends
"nfs"
templates/default/make-fai-nfsroot.conf.erb
View file @
77f22829
# This file was created by Chef and the fai cookbook, do not edit manually
NFSROOT=
<%=
@nfsdir
%>
TFTPROOT=
<%=
@tftpdir
||
'/srv/tftp/fai'
%>
FAI_CONFIGDIR=
<%=
@config_src
%>
<%=
"
FAI_CONFIGDIR=
#{
@config_src
}
"
if
@config_src
%>
NFSROOT_ETC_HOSTS="
<%=
node
[
:ipaddress
]
%>
<%=
node
[
:fqdn
]
%>
"
FAI_DEBOOTSTRAP="
<%=
"
#{
@codename
}
#{
@debmirror_url
}
"
%>
"
<%
if
node
.
fai
.
root_pw_hash
%>
...
...
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