Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3767019
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/roles/devserver/userland-software/files/make.conf b/roles/devserver/userland-software/files/make.conf
new file mode 100644
index 0000000..bcf5cbb
--- /dev/null
+++ b/roles/devserver/userland-software/files/make.conf
@@ -0,0 +1,3 @@
+DEVELOPER=yes
+
+DEFAULT_VERSIONS+= php=7.1 mysql=10.2m apache=2.4 python=3.6 python3=3.6 python2=2.7 tcl=8.6
diff --git a/roles/devserver/userland-software/misc.sls b/roles/devserver/userland-software/misc.sls
index 4b8a987..697c0af 100644
--- a/roles/devserver/userland-software/misc.sls
+++ b/roles/devserver/userland-software/misc.sls
@@ -1,93 +1,97 @@
# -------------------------------------------------------------
# Salt — Provision dev software
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Created: 2017-10-20
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{% from "map.jinja" import packages, packages_prefixes with context %}
devserver_software_misc_vcs:
pkg:
- installed
- pkgs:
# VCS
- cvs
- fossil
- subversion
# Bridges
- cvs2svn
- {{ packages_prefixes.python2 }}hg-git
devserver_software_misc_media:
pkg:
- installed
- pkgs:
- ffmpeg2theora
- opencore-amr
- opus
- speex
- speexdsp
- x265
devserver_software_misc_text_processing:
pkg:
- installed
- pkgs:
- antiword
- odt2txt
- texlive-full
devserver_software_misc_security:
pkg:
- installed
- pkgs:
- aescrypt
- pwgen
- vault
devserver_software_misc_tools:
pkg:
- installed
- pkgs:
- boxes
- cursive
- fusefs-s3fs
- gist
- p7zip
- primegen
- rsync
- unix2dos
{% if grains['os'] == 'FreeBSD' %}
- gawk
{% endif %}
{% if grains['os'] == 'FreeBSD' %}
devserver_software_misc_ports:
pkg:
- installed
- pkgs:
- ccache
- portmaster
- portshaker
- porttools
- poudriere
+
+/etc/make.conf:
+ file.managed:
+ - source: salt://roles/devserver/userland-software/files/make.conf
{% endif %}
devserver_software_misc_gadgets:
pkg:
- installed
- pkgs:
- asciiquarium
- binclock
- ditaa
- epte
- weatherspect
devserver_software_misc_games:
pkg:
- installed
- pkgs:
- bsdgames
- textmaze
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Nov 24, 21:55 (7 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258987
Default Alt Text
(2 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment