Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
66b88b9b
Commit
66b88b9b
authored
Jul 15, 2016
by
Jonathan Gazeley
Browse files
Take out unnecessary array recasting
parent
c710b819
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/virtual_module.pp
View file @
66b88b9b
...
...
@@ -20,7 +20,6 @@ define freeradius::virtual_module (
])
# Make sure $submodules is a non-zero array
$submodules
=
any2array
(
$submodules
)
validate_array
(
$submodules
)
if
count
(
$submodules
)
<
1
{
fail
(
'Must specify at least one $submodule'
)
...
...
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