Skip to content

Commit

Permalink
Notify apt::update' on change of the gpg keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
Tray Torrance committed Jul 10, 2013
1 parent 8383f32 commit 6bfa420
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,15 @@
mode => 0600;

'trusted.gpg':
path => '/etc/apt/trusted.gpg',
mode => 0600;
path => '/etc/apt/trusted.gpg',
mode => 0600,
notify => Class['apt::update'];

'trusted.gpg.d':
path => '/etc/apt/trusted.gpg.d',
ensure => directory,
mode => 0755;
mode => 0755,
notify => Class['apt::update'];
}
}

0 comments on commit 6bfa420

Please sign in to comment.