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
mahogony
php
Commits
4e38acb2
Commit
4e38acb2
authored
Jan 16, 2019
by
mh
Browse files
fix signature
parent
a1ce87c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
manifests/snuffleupagus.pp
View file @
4e38acb2
...
...
@@ -3,7 +3,7 @@ define php::snuffleupagus(
String
$group
,
Stdlib
::
Compat
::
Absolute_Path
$etcdir
,
Hash
[
Pattern
[
/
\
A
[
0
-
9
]{
3
}
\
-
\
w
+/
,
String
[
1
]
]
Pattern
[
/
\
A
[
0
-
9
]{
3
}
\
-
\
w
+/
]
,
String
[
1
]
]
$rules
=
{},
Array
[
String
]
$ignore_rules
=
[],
)
{
...
...
manifests/snuffleupagus/global.pp
View file @
4e38acb2
class
php::snuffleupagus::global
(
Hash
[
Pattern
[
/
\
A
[
0
-
9
]{
3
}
\
-
\
w
+/
,
String
[
1
]
]
Pattern
[
/
\
A
[
0
-
9
]{
3
}
\
-
\
w
+/
]
,
String
[
1
]
]
$base_rules
=
{},
){
# based on https://snuffleupagus.readthedocs.io/config.html#miscellaneous-examples
...
...
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