Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHEF
cookbooks
cernvm-fs
Commits
771edb26
Commit
771edb26
authored
Mar 05, 2015
by
Victor Penso
Browse files
Replace symbols with strings, to be compatible iwth sys::autofs
parent
e6d83ddd
Changes
2
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
771edb26
...
...
@@ -4,7 +4,7 @@ maintainer_email "hpc@gsi.de"
license
"Apache 2.0"
description
"Deploya and configure CernVM-FS clients and servers."
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
"0.0.
7
"
version
"0.0.
8
"
depends
"sys"
depends
"apache2"
,
"~> 1.8"
supports
"debian"
,
">= 7.0"
recipes/client.rb
View file @
771edb26
...
...
@@ -15,13 +15,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
node
.
default
[
:
sys
][
:
autofs
][
:
maps
][
:
'/cvmfs'
][
:
map
]
=
'/etc/auto.cvmfs'
node
.
default
[
'
sys
'
][
'
autofs
'
][
'
maps
'
][
'/cvmfs'
][
'
map
'
]
=
'/etc/auto.cvmfs'
include_recipe
'sys::autofs'
# Make sure the CMVFS user can use FUSE
# to mount a repositories
node
.
default
[
:
sys
][
:
fuse
][
:
config
][
:
mount_max
]
=
1000
node
.
default
[
:
sys
][
:
fuse
][
:
config
][
:
user_allow_other
]
=
''
node
.
default
[
'
sys
'
][
'
fuse
'
][
'
config
'
][
'
mount_max
'
]
=
1000
node
.
default
[
'
sys
'
][
'
fuse
'
][
'
config
'
][
'
user_allow_other
'
]
=
''
include_recipe
'sys::fuse'
user
'cvmfs'
do
...
...
Write
Preview
Markdown
is supported
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