apt: Fix running apt-get update after adding ppa repo.
This commit is contained in:
parent
29c1162e61
commit
bbab21aed5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ define apt::ppa($ensure="present") {
|
|||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
user => "root",
|
||||
creates => "/etc/apt/sources.list.d/${fname}",
|
||||
notify => Exec["apt-get update"],
|
||||
notify => Exec["apt-get-update"],
|
||||
}
|
||||
}
|
||||
"absent": {
|
||||
|
|
Loading…
Add table
Reference in a new issue