Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit c3f674c

Browse files
author
shivapoudel
committed
Fix the depedency & other stuffs necessary for Modulefile
1 parent c3ea482 commit c3f674c

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Modulefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name 'stankevich-python'
2-
version '1.7.8'
3-
4-
author 'Sergey Stankevich'
5-
license 'Apache License, Version 2.0'
6-
project_page 'https://github.com/stankevich/puppet-python'
7-
source 'git://github.com/stankevich/puppet-python'
8-
summary 'Puppet module for Python'
9-
description 'Installs and manages Python, pip, virtualenv, Gunicorn virtual hosts.'
1+
name 'stankevich-python'
2+
version '1.7.8'
3+
source 'git://github.com/stankevich/puppet-python.git'
4+
author 'Sergey Stankevich'
5+
license 'Apache 2.0'
6+
summary 'Python Module'
7+
description 'Puppet module for Python'
8+
project_page 'https://github.com/stankevich/puppet-python'
9+
dependency 'puppetlabs/stdlib', '>= 4.3.2'

0 commit comments

Comments
 (0)