summaryrefslogtreecommitdiff
path: root/manifests/sources_list.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2016-03-16 14:23:08 +0000
committerintrigeri <intrigeri@boum.org>2016-03-16 14:23:08 +0000
commit46b2f3d2e8c9c8646dfd51280c634ce517d795e6 (patch)
treeca4e9d9448b51b075c4c98f752c7281c636e23cb /manifests/sources_list.pp
parent3630285006d9fb60c5fbecebc976623c37dd1395 (diff)
parent8c8bd7bb1e5cc0f5297db9629ece783452233d1f (diff)
Merge remote-tracking branch 'shared/master' into bugfix/reboot-required-jessie
Diffstat (limited to 'manifests/sources_list.pp')
-rw-r--r--manifests/sources_list.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/sources_list.pp b/manifests/sources_list.pp
index aefad2d..0ee068d 100644
--- a/manifests/sources_list.pp
+++ b/manifests/sources_list.pp
@@ -23,7 +23,7 @@ define apt::sources_list (
file { "/etc/apt/sources.list.d/${realname}.list":
ensure => $ensure,
owner => root, group => 0, mode => '0644',
- notify => Exec['refresh_apt'],
+ notify => Exec['apt_updated'],
}
if $source {