Page MenuHomeDevCentral

pywikibot.sls
No OneTemporary

pywikibot.sls

# -------------------------------------------------------------
# Salt — Deploy eggdrop park
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-11-06
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import packages_prefixes with context %}
pywikibot_dependencies:
pkg.installed:
- pkgs:
- {{ packages_prefixes.python3 }}requests
pywikibot_software:
file.directory:
- name: /opt/pywikibot
- user: deploy
git.latest:
- name: https://github.com/nasqueron/pywikibot.git
- branch: production
- submodules: True
- target: /opt/pywikibot
- user: deploy
- require:
- pkg: pywikibot_dependencies
pywikibot_install_package:
cmd.run:
- name: python3 setup.py install
- cwd: /opt/pywikibot
- onchanges:
- git: pywikibot_software

File Metadata

Mime Type
text/plain
Expires
Tue, May 13, 16:51 (17 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2565285
Default Alt Text
pywikibot.sls (968 B)

Event Timeline