Skip to content

Commit

Permalink
Fix serveral lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoppe committed Mar 29, 2017
1 parent 217cf1d commit dbf207a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
fail('cfg parameter must be a hash')
}

anchor { 'grafana::begin': } ->
class { '::grafana::install': } ->
class { '::grafana::config': } ~>
class { '::grafana::service': } ->
anchor { 'grafana::end': }
anchor { 'grafana::begin': }
-> class { '::grafana::install': }
-> class { '::grafana::config': }
~> class { '::grafana::service': }
-> anchor { 'grafana::end': }
}

0 comments on commit dbf207a

Please sign in to comment.