https://github.com/saltstack-formulas/aptly-formula
https://github.com/saltstack-formulas/aptly-formula
aptly debian saltstack
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saltstack-formulas/aptly-formula
- Owner: saltstack-formulas
- License: other
- Created: 2014-08-12T02:40:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:12:18.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T07:04:13.211Z (about 1 year ago)
- Topics: aptly, debian, saltstack
- Language: SaltStack
- Homepage: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
- Size: 67.4 KB
- Stars: 19
- Watchers: 36
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=====
aptly
=====
Formula to install and configure aptly.
.. note::
See the full `Salt Formulas installation and usage instructions
`_.
Available states
================
.. contents::
:local:
``aptly``
---------
Setup the Aptly repo, install the Aptly and bzip2 packages, and create the Aptly user.
``aptly.aptly_config``
----------
Set up the directories and files required for Aptly, and import the gpg keys.
``aptly.create_repos``
----------
Create the repos specified in Pillar.
``aptly.create_mirrors``
----------
Create the mirrors specified in Pillar.
``aptly.nginx``
----------
Create the sites-enabled file for Nginx.
``aptly.publish_repos``
----------
Publish the repositories.
Dependencies:
* `Nginx `_