summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-01-09 08:52:17 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2023-01-09 08:52:17 +0100
commite3248a88072d1a9e272df70214ccade253e3cfe8 (patch)
treeec798967ccb32fc3ed58b91616cba16934e1f5f5
parentAdd repomaster. (diff)
downloadprofiles-e3248a88072d1a9e272df70214ccade253e3cfe8.tar.gz
profiles-e3248a88072d1a9e272df70214ccade253e3cfe8.tar.xz
Add default value to mounts::mounts.
-rw-r--r--manifests/mounts.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mounts.pp b/manifests/mounts.pp
index daf0c4a..438359a 100644
--- a/manifests/mounts.pp
+++ b/manifests/mounts.pp
@@ -1,5 +1,5 @@
class profiles::mounts (
- Hash[String,Hash] $mounts,
+ Hash[String,Hash] $mounts = {},
) {
case $facts['os']['family'] {