Page MenuHomeDevCentral
Paste P360

poudriered.conf
ActivePublic

Authored by dereckson on Sat, Oct 5, 23:07.
Tags
None
Referenced Files
F3629212: poudriered.conf
Sat, Oct 5, 23:07
Subscribers
None
# -------------------------------------------------------------
# Poudriere configuration :: daemon
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/devserver/poudriere/files/poudriered.conf
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
socket "/var/run/poudriered.sock"
pidfile "/var/run/poudriered.pid"
cachedir /usr/local/poudriere/cache
logs /usr/local/poudriere/logs
command ports {
argument "-l" {
group "*"
}
argument "-c" {
group wheel
}
argument "-d" {
group wheel
}
group nasquenautes
}
command "*" {
group ops
}
operation quit {
group ops
}
operation testport {
group nasquenautes
}
operation queue {
group nasquenautes
}
operation "reload" {
group ops
}