Skip to content

Commit

Permalink
Merge pull request #157 from bastelfreak/modulesync
Browse files Browse the repository at this point in the history
include classes without leading ::
  • Loading branch information
bastelfreak authored Feb 14, 2019
2 parents 022b4c8 + e16afc6 commit 392efe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
# Learn more about module testing here:
# http://docs.puppetlabs.com/guides/tests_smoke.html
#
include ::grafana
include grafana
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

if ( $::grafana::manage_package_repo ){
if !defined( Class['apt'] ) {
class { '::apt': }
include apt
}
apt::source { 'grafana':
location => 'https://packages.grafana.com/oss/deb',
Expand Down

0 comments on commit 392efe5

Please sign in to comment.