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
Branches
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ class site_config::setup {
# we need to include shorewall::interface{eth0} in setup.pp so
# packages can be installed during main puppetrun, even before shorewall
# is configured completly
if str2bool("$::vagrant") {
if str2bool($::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