Skip to content

Commit

Permalink
Always define module_dir variable
Browse files Browse the repository at this point in the history
Restore the definition of a blank module_dir that was removed in
33a8351 in order to prevent Puppet warnings about undeclared variables.
  • Loading branch information
briehman committed Dec 18, 2018
1 parent d9433d4 commit 44bc627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/config/module.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

if $system {
$module_dir = 'system/layers/base'
} else {
$module_dir = ''
}

File {
Expand Down

0 comments on commit 44bc627

Please sign in to comment.