Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saltstack-formulas/aptly-formula
https://github.com/saltstack-formulas/aptly-formula
aptly debian saltstack
Last synced: 26 days 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-30T15:12:18.000Z (over 3 years ago)
- Last Synced: 2024-09-30T13:34:39.768Z (about 1 month 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: 38
- Forks: 33
- 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 `_