Restore salt group
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Nov 12 2017
Add unit tests
In T1316#16785, @dereckson wrote:So we're waiting on khmerboy confirmation and we can proceed.
Nov 11 2017
So we're waiting on khmerboy confirmation and we can proceed.
Nov 10 2017
Drop Eglide (shellserver role) specific unit to create accounts.
I forgot to commit the _test folder with the unit tests for forest.
Nov 9 2017
Done as rSTAGING. First commit was b7f78c1e97cd (Apr 20 2017).
s/grcat/grc for package name
Nov 8 2017
Apply D1185 last change (format using 'key = value')
Nov 7 2017
State applies correctly.
Server dead 2017-10-25.
Checked with grep -A20 -r cmd.run ., all fine.
Nov 6 2017
Fix syntax: = assignment operator shouldn't be enclosed by spaces
$ salt-call --local state.apply roles/core/sysctl local: ---------- ID: /etc/sysctl.conf Function: file.managed Result: True Comment: File /etc/sysctl.conf updated Started: 21:34:14.883600 Duration: 105.326 ms Changes: ---------- diff: --- +++ @@ -1,11 +1,22 @@ -# $FreeBSD: releng/11.1/etc/sysctl.conf 112200 2003-03-13 18:43:50Z mux $ +# ------------------------------------------------------------- +# Kernel state configuration +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +# Project: Nasqueron +# Created: 2017-11-06 +# License: Trivial work, not eligible to copyright +# Source file: roles/core/sysctl/files/sysctl.conf +# ------------------------------------------------------------- # -# This file is read when going to multi-user and its contents piped thru -# ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. +# <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>
Document known issue, split module.run from pkg.installed
Known issue
Blocked by a change to come provisionning the builder account on Ysul (but see T1310)
Fix typo. Drop D1180 stuff.
Requires the builder account somewhere (Salt? devserver? here?)