You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/setup.pp
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,16 @@
20
20
fail ('$concat_basedir not defined. Try running again with pluginsync=true on the [master] and/or [main] section of your node\'s \'/etc/puppet/puppet.conf\'.')
21
21
}
22
22
23
-
# owner and mode of fragment files (on windows owner and access rights should
23
+
# owner,group and mode of fragment files (on windows owner and access rights should
24
24
# be inherited from concatdir and not explicitly set to avoid problems)
0 commit comments