~wxl/loco-team-portal/more-details

« back to all changes in this revision

Viewing changes to puppet/manifests/classes/init.pp

  • Committer: Adnane Belmadiaf
  • Date: 2012-11-16 18:33:47 UTC
  • mto: This revision was merged to the branch mainline in revision 559.
  • Revision ID: daker@ubuntu.com-20121116183347-pbrdw9zhvcg49nd9
splited the requirements to prod & dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    }
18
18
 
19
19
    exec { "pip-install-requirements":
20
 
        command => "sudo /usr/bin/pip install -r $PROJ_DIR/requirements.txt > $PROJ_DIR/log.txt ",
 
20
        command => "sudo /usr/bin/pip install -r $PROJ_DIR/requirements/dev.txt > $PROJ_DIR/log.txt ",
21
21
        tries => 2,
22
22
        timeout => 600, # Too long, but this can take awhile
23
23
        require => Package['python-pip', 'python-dev'],