Sfoglia il codice sorgente

Add package definition for python-software-properties

Ben Godfrey 13 anni fa
parent
commit
945be77
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      manifests/ppa.pp

+ 2 - 0
manifests/ppa.pp

@@ -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'