Add package definition for python-software-properties
This commit is contained in:
parent
71fc425176
commit
945be77019
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ define apt::ppa(
|
|||
) {
|
||||
include apt
|
||||
|
||||
package { "python-software-properties": }
|
||||
|
||||
exec { "/usr/bin/add-apt-repository ${name}":
|
||||
require => Package["python-software-properties"],
|
||||
# TODO: unless => 'check'
|
||||
|
|
Loading…
Reference in a new issue