Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Added support for Ubuntu and Linuxmint. #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,9 @@ galaxy_info:
- name: Ubuntu
versions:
- all
- lucid
- maverick
- natty
- oneiric
- precise
- quantal
- raring
- saucy
- trusty
- name: Linuxmint
versions:
- all
#- name: SLES
# versions:
# - all
Expand All @@ -92,10 +86,6 @@ galaxy_info:
- name: Debian
versions:
- all
- etch
- lenny
- squeeze
- wheezy
#
# Below are all categories currently available. Just as with
# the platforms above, uncomment those that apply to your role.
Expand Down
1 change: 1 addition & 0 deletions vars/Linuxmint.yml
1 change: 1 addition & 0 deletions vars/Ubuntu.yml
2 changes: 2 additions & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
etckeeper_supported_platforms:
- Linuxmint
- Ubuntu
- Debian
- RedHat

Expand Down