forked from saltstack-formulas/diaspora-formula
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(arch): add support for archlinux
- Loading branch information
1 parent
ba0e4fa
commit 7571d3d
Showing
10 changed files
with
87 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 42 additions & 0 deletions
42
test/integration/_mapdata/files/_mapdata/arch-base-latest.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# yamllint disable rule:indentation rule:line-length | ||
# Arch | ||
--- | ||
configuration: | ||
environment: | ||
certificate_authorities: /etc/ssl/certs/ca-certificates.crt | ||
url: https://example.org/ | ||
server: | ||
listen: 127.0.0.1:3000 | ||
rails_environment: production | ||
settings: | ||
pod_name: example diaspora* pod | ||
database: | ||
database: diaspora | ||
host: localhost | ||
password: secret | ||
type: postgresql | ||
username: diaspora | ||
dependencies: | ||
- git | ||
- imagemagick | ||
- net-tools | ||
- libidn | ||
- libxslt | ||
- gsfonts | ||
- nodejs | ||
- jemalloc | ||
install_path: /srv/diaspora | ||
install_redis: true | ||
libjemalloc: /usr/lib/libjemalloc.so.2 | ||
mysql_package: libmariadbclient | ||
postgresql_package: postgresql-libs | ||
redis_package: redis | ||
redis_service: redis | ||
repository: https://github.com/diaspora/diaspora.git | ||
ruby_version: 2.6.6 | ||
systemd: | ||
web_template: salt://diaspora/files/diaspora-web.service | ||
user: | ||
shell: /bin/bash | ||
username: diaspora | ||
version: develop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ supports: | |
- platform-name: debian | ||
- platform-name: ubuntu | ||
- platform-name: centos | ||
- platform-name: arch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ supports: | |
- platform-name: debian | ||
- platform-name: ubuntu | ||
- platform-name: centos | ||
- platform-name: arch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters