Éric Veiras
Éric Veiras
On version 2.0.2 from f-droid on LineageOS 10, no problem scanning this ACME QRCode
I'm preparing a migration from Debian 9 to Debian 11, and packages are not available right now for Bullseye (no apt repository). We will use buster repository but availability for...
> anyone interested in contributing these updates to the package building scripts? Where can we find those to have a first look at it?
I think it is what the 'spool' parameter actually does, I read in README > graphite routes supports a per-route spooling policy. (i.e. in case of an endpoint outage, we...
> I think the cleanest solution would be the default behavior to neither install nor uninstall python-devel but just leave it as it is (unless it's a dependency for something...
Happy user of this project, I just tried to use LVM as a default libvirt storage pool, and I thought it will 'simply work'. The `vagrant up` command crashed with...
The `state_top_from_file` works well, we use it everywhere in github.com/saltstack-formulas :) ``` state_top: base: 'default': - apache_demo ``` Try changing `'default'` by `'*'` so that all minions will be targetted...
Hi, just a message to tell you @abompard and @jwilner that we integrated this code and use it successfully on Debian Bullseye 11 with Python 3 (3.9.2) We use it...
Support for Debian bullseye: is there any way to specify the distribution for Salt apt installation?
Looks like the problem is coming from this file https://github.com/saltstack/kitchen-salt/blob/master/lib/kitchen/provisioner/install.erb#L56 and `dist` value comes from lsb_release
In fact, I think we have a similar need. Mine is to have a file structure like this for my formula. ``` . ├── pillar.example ├── README.rst ├── test │ ...