Skip to content

Commit

Permalink
Merge pull request #90 from ghoneycutt/style
Browse files Browse the repository at this point in the history
Style - Fix indentation of attribute arrows
  • Loading branch information
ghoneycutt committed Nov 25, 2014
2 parents 989c815 + d8c7b71 commit 5a1a0c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions manifests/agent.pp
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@
# GH: This service will always show as being running while an agent run is
# taking place, so we no longer ensure its status. Before doing this, there
# would *always* be a logged change and the Console could never be green.
#ensure => $daemon_ensure,
name => $daemon_name,
enable => $daemon_enable,
#ensure => $daemon_ensure,
name => $daemon_name,
enable => $daemon_enable,
}

cron { 'puppet_agent':
Expand Down
4 changes: 2 additions & 2 deletions manifests/dashboard.pp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

service { 'puppet-dashboard-workers':
ensure => stopped,
enable => false,
ensure => stopped,
enable => false,
}
}

0 comments on commit 5a1a0c1

Please sign in to comment.