apt: Fix running apt-get update after adding ppa repo.

This commit is contained in:
Timo Makinen 2016-04-27 11:02:51 +03:00
parent 29c1162e61
commit bbab21aed5

View file

@ -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": {