Skip to content

Commit

Permalink
Explicitely mark internal classes as private
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Jan 27, 2021
1 parent d562fc5 commit aa2f583
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion manifests/files.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class postfix::files {
include postfix
assert_private()

include ::postfix::params

$alias_maps = $postfix::all_alias_maps
Expand Down
3 changes: 1 addition & 2 deletions manifests/packages.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
class postfix::packages {
include postfix
include ::postfix::params
assert_private()

package { 'postfix':
ensure => $postfix::postfix_ensure,
Expand Down
2 changes: 1 addition & 1 deletion manifests/service.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class postfix::service {
include postfix
assert_private()

$manage_aliases = $postfix::manage_aliases

Expand Down

0 comments on commit aa2f583

Please sign in to comment.