Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F11691014
build.sls
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
build.sls
View Options
# -------------------------------------------------------------
# Salt — PostgreSQL
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# -------------------------------------------------------------
{%
if
grains
[
'os'
]
==
'FreeBSD'
%}
# -------------------------------------------------------------
# Port options
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/var/db/ports/databases_postgresql15-server/options
:
file.managed
:
-
source
:
salt://roles/devserver/userland-software/files/port_options
-
template
:
jinja
-
mode
:
644
-
context
:
args
:
category
:
databases
name
:
postgresql15-server
options
:
set
:
-
XML
# -------------------------------------------------------------
# Build and install package
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
postgresql_build_dependencies
:
pkg.installed
:
-
pkgs
:
-
dialog4ports
-
gmake
-
pkgconf
-
gettext
postgresql_build_port
:
cmd.run
:
-
name
:
|
make build package deinstall reinstall
pkg lock --yes postgresql15-server
-
cwd
:
/usr/ports/databases/postgresql15-server
-
creates
:
/usr/local/bin/postgres
{%
endif
%}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 12, 19:56 (23 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2978039
Default Alt Text
build.sls (1 KB)
Attached To
Mode
rOPS Nasqueron Operations
Attached
Detach File
Event Timeline
Log In to Comment