Skip to content

Commit

Permalink
Fixes #19 - Use '""' rather than undef when parsed as argument to a f…
Browse files Browse the repository at this point in the history
…unction.
  • Loading branch information
traylenator committed Apr 29, 2015
1 parent 6d2555e commit 61b5f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -17,7 +17,7 @@

# These values are all destined for /etc/cvmfs/default.local
# and provide defaults for all cvmfs repositories.
$cvmfs_quota_limit = hiera('cvmfs_quota_limit',undef)
$cvmfs_quota_limit = hiera('cvmfs_quota_limit','1000')

# If cvmfs_quota_limit is set to 'auto' then cvmfs_quota_ratio will be used
# to determine of the actual configured CVMFS_QUOTA_LIMIT
Expand Down

0 comments on commit 61b5f56

Please sign in to comment.