**Manages package updates and removals
- packageupdate::latest
- packageupdate::absent
Updates the packages listed as parameters to the latest version
Removes the packages listed as parameters
class {'::packageupdate::latest' : packagelist => ['package1','package2',...], }
class {'::packageupdate::absent' : packagelist => ['package1','package2',...], }
The class sends notifications if a listed package is defined elsewhere. The package definitions listed in the notifications are not managed by the two classes.