We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b432ff3 commit 9949bc6Copy full SHA for 9949bc6
1 file changed
manifests/init.pp
@@ -1,7 +1,7 @@
1
+#Class Python3
2
class python3 {
3
package { 'Python3':
4
provider => 'pkgdmg',
5
source => 'http://www.python.org/ftp/python/3.3.3/python-3.3.3-macosx10.6.dmg',
- ensure => installed,
6
}
7
0 commit comments