Class undine_apt::undine_apt
In: /vagrant/modules/undine_apt/manifests/init.pp
/vagrant/modules/undine_apt/manifests/init.pp
Parent:

Class: undine_apt

The undine_apt class is responsible for the installation of the python-software-properties package, necessary for the management of PPAs.

It should not be necessary to declare this class directly, as it will be declared automatically by declaring a undine_apt::ppa resource.

Resources

Resources

Exec["apt-update"]
   command => "/usr/bin/apt-get update"
Exec["apt-update"]
   command => "/usr/bin/apt-get update"
Package["python-software-properties"]
   ensure => installed
   require => Exec["apt-update"]
Package["python-software-properties"]
   ensure => installed
   require => Exec["apt-update"]

[Validate]