Skip to content

Commit

Permalink
Merge pull request #44 from relud/patch-1
Browse files Browse the repository at this point in the history
(#14138) Modify apt::ppa's update-apt exec to use the ${apt::params::provider} parameter.
  • Loading branch information
nanliu committed May 3, 2012
2 parents 42af4cd + a5ba246 commit 4a788a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/ppa.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

exec { "apt-update-${name}":
command => '/usr/bin/aptitude update',
command => "${apt::params::provider} update",
refreshonly => true,
}

Expand Down

0 comments on commit 4a788a6

Please sign in to comment.