Skip to content

Commit

Permalink
Fix indentation warning
Browse files Browse the repository at this point in the history
Change-Id: Ic628defc5f512b26e2d2c1bd2016ebd69349507b
  • Loading branch information
orieg committed Jun 6, 2015
1 parent f003cf9 commit 2545a87
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
include 'apt'

apt::source { 'aptly':
location => $aptly::repo_location,
release => $aptly::repo_release,
repos => $aptly::repo_repos,
key => {
id => $aptly::repo_key,
server => $aptly::repo_keyserver,
location => $aptly::repo_location,
release => $aptly::repo_release,
repos => $aptly::repo_repos,
key => {
id => $aptly::repo_key,
server => $aptly::repo_keyserver,
},
include => {
src => false,
deb => true,
include => {
src => false,
deb => true,
},
}

Expand Down

0 comments on commit 2545a87

Please sign in to comment.