<feed xmlns='http://www.w3.org/2005/Atom'>
<title>salt.git/salt, branch add/matterbridge-chillnet-tgchan</title>
<subtitle>Work in progress effort to automate the LibertaCasa infrastructure configuration using SaltStack </subtitle>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/'/>
<entry>
<title>Initialize OpenBSD support</title>
<updated>2023-07-16T18:10:26+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-07-16T18:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=4778c4350327c2f1e4afd5c97d79b5b3d407233f'/>
<id>4778c4350327c2f1e4afd5c97d79b5b3d407233f</id>
<content type='text'>
No states assigned yet.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No states assigned yet.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Change redis to redis7</title>
<updated>2023-06-28T19:56:54+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-06-28T19:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=58c100acc1f1af21a529c7340613e2a39837690a'/>
<id>58c100acc1f1af21a529c7340613e2a39837690a</id>
<content type='text'>
Leap 15.5 renamed the package, "redis" will try to install Redis 6 and
cause a conflict.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Leap 15.5 renamed the package, "redis" will try to install Redis 6 and
cause a conflict.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add manage_sshd conditional</title>
<updated>2023-05-02T17:30:33+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-02T17:30:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=8776b16be17eea6463f1adc60f2de6756e9f92a0'/>
<id>8776b16be17eea6463f1adc60f2de6756e9f92a0</id>
<content type='text'>
Allow sshd configuration to be skipped on "special" machines using
an optional "manage_sshd: False" pillar option.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow sshd configuration to be skipped on "special" machines using
an optional "manage_sshd: False" pillar option.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>No longer remove libX11</title>
<updated>2023-05-01T22:11:45+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-01T22:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=d4d7d41ca7ed89eeb1ddb49734b7b4efcb17d795'/>
<id>d4d7d41ca7ed89eeb1ddb49734b7b4efcb17d795</id>
<content type='text'>
Multiple packages need it as a dependency, maintaining an exclusion list
is not feasible.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Multiple packages need it as a dependency, maintaining an exclusion list
is not feasible.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add users conditional for sss</title>
<updated>2023-05-01T20:25:28+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-01T20:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=51e33815df89a649f21b7c6d62707130aa6bb570'/>
<id>51e33815df89a649f21b7c6d62707130aa6bb570</id>
<content type='text'>
Skip failing local users management on machines using sssd.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip failing local users management on machines using sssd.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair manage_firewall behavior</title>
<updated>2023-05-01T18:35:27+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-05-01T18:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=f96e9a490188663b9c7a1628ef66d2a5248dea21'/>
<id>f96e9a490188663b9c7a1628ef66d2a5248dea21</id>
<content type='text'>
Fixup to b685f16c914b9fa05bda7c69ce9e157d04262d09, default value was
outside of conditional - it didn't cause any errors, but did not work as
expected either. :-)

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixup to b685f16c914b9fa05bda7c69ce9e157d04262d09, default value was
outside of conditional - it didn't cause any errors, but did not work as
expected either. :-)

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair PrivateBin config quoting</title>
<updated>2023-04-30T18:38:43+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T18:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=942b71815ed6ae2a59f93140061bc515a4394c82'/>
<id>942b71815ed6ae2a59f93140061bc515a4394c82</id>
<content type='text'>
Ensure strings are quoted correctly.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure strings are quoted correctly.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair undefined id</title>
<updated>2023-04-30T18:11:24+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T18:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=1290fd5ec7671d1a7f4ae6ea854107de14ab0e96'/>
<id>1290fd5ec7671d1a7f4ae6ea854107de14ab0e96</id>
<content type='text'>
Replace with call to grains dict.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace with call to grains dict.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Exclude libX11 removal for FPM hosts</title>
<updated>2023-04-30T17:48:36+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T17:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=269b30ce9f53263dfa8f41a4fda63642e56793fc'/>
<id>269b30ce9f53263dfa8f41a4fda63642e56793fc</id>
<content type='text'>
Needed for some PHP extensions.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Needed for some PHP extensions.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Repair BookStack quoting</title>
<updated>2023-04-30T16:57:03+00:00</updated>
<author>
<name>Georg Pfuetzenreuter</name>
</author>
<published>2023-04-30T16:57:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.casa/salt.git/commit/?id=985b401aaa2389e8539421fec12dd939909d39a6'/>
<id>985b401aaa2389e8539421fec12dd939909d39a6</id>
<content type='text'>
Re-order ending quote.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-order ending quote.

Signed-off-by: Georg Pfuetzenreuter &lt;mail@georg-pfuetzenreuter.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
