Skip to content
Snippets Groups Projects
Verified Commit 0a4a99a0 authored by Varac's avatar Varac
Browse files

Lint: site_config/manifests/setup.pp

parent b566104d
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -37,7 +37,7 @@ class site_config::setup { ...@@ -37,7 +37,7 @@ class site_config::setup {
# we need to include shorewall::interface{eth0} in setup.pp so # we need to include shorewall::interface{eth0} in setup.pp so
# packages can be installed during main puppetrun, even before shorewall # packages can be installed during main puppetrun, even before shorewall
# is configured completly # is configured completly
if str2bool("$::vagrant") { if str2bool($::vagrant) {
include site_config::vagrant include site_config::vagrant
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment