stephan
7d8fc8a5c3
improve checkpoint sed, add __line changes
6 months ago
stephan
6243165645
add create and ifexists to line type
6 months ago
stephan
483f0c1614
add Check Point Gaia
7 months ago
stephan
ff6b2d0abf
Merge pull request 'master' ( #2 ) from ungleich-public/cdist:master into master
...
Reviewed-on: stephan/cdist#2
7 months ago
Nico Schottelius
339ca9347b
++changelog
7 months ago
nico
5a7542db75
Merge pull request 'Handle signed-by option in __apt_source' ( #335 ) from fancsali/cdist:apt-source-signed-by into master
...
Reviewed-on: #335
7 months ago
fancsali
0ae37b3445
Handle signed-by option in __apt_source
...
Allow users to specify a GPG key fingerprint or keyring file to be
included as the 'signed-by' option.
7 months ago
stephan
5e6cde1398
Merge pull request 'master' ( #1 ) from ungleich-public/cdist:master into master
...
Reviewed-on: stephan/cdist#1
9 months ago
Nico Schottelius
77d9a757ec
++changelog
9 months ago
nico
e5adcf451b
Merge pull request 'bug: apt-ppa-noninteractive' ( #327 ) from romain-dartigues/cdist:apt-ppa-noninteractive into master
...
Reviewed-on: #327
9 months ago
Nico Schottelius
9839c2d8ec
++changelog
...
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
9 months ago
nico
1edc4d0a60
Merge pull request 'add optional file parameter to allow for use in a loop without object_id clashes' ( #334 ) from stephan/cdist:master into master
...
Reviewed-on: #334
9 months ago
stephan
3d58c9b24f
add optional file parameter to allow for use in a loop without object_id clashes
9 months ago
Steven Armstrong
6c8c692a22
__file: kiss and fix regression on Mac OSX
...
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
9 months ago
Steven Armstrong
abbc7dfc37
since we already remove the destination, we have no need to use -T on move, fixes #333
...
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
10 months ago
Steven Armstrong
8b915b15b5
__file: make the create-empty-file case work again
...
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
10 months ago
Steven Armstrong
2df2578e36
__file: remove the questionable check for uploadfile existence
...
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
10 months ago
Steven Armstrong
6f8c774cb0
workaround mktemp -u checking for write access
...
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
10 months ago
romain-dartigues
54a5cb17b7
use add-apt-repository instead of add-apt-repository
...
Remove `remove-apt-repository` which is now no longer needed;
use `add-apt-repository` which allow removal through the `-r` flag.
10 months ago
romain-dartigues
cb0fa0f2e4
force add-apt-repository to act in non-interactive mode
10 months ago
Steven Armstrong
af54fe6feb
changelog++
...
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
10 months ago
Steven Armstrong
22039284f5
__file: make file uploading and attribute changes more atomic
...
Fixes #331
Signed-off-by: Steven Armstrong <steven@armstrong.cc>
10 months ago
fancsali
bd44c023d3
Fix typos; add default priority; comments in generated files
11 months ago
Nico Schottelius
e0150e7796
++changes
11 months ago
nico
15e1ce6450
Merge pull request 'Added rm of tmpfile.' ( #330 ) from mark/cdist:__ssh_authorized_keys-rm into master
...
Reviewed-on: #330
11 months ago
Mark Verboom
08ff41efde
Added rm of tmpfile.
11 months ago
evilham
c2c5668b70
++changelog
1 year ago
evilham
6e3ad11ea0
[__package_upgrade_all] Add new --apt-with-new-pkgs argument
1 year ago
fnux
fc6ddac718
Merge pull request 'Python 3.10: collections.X -> collections.abc.X' ( #323 ) from py3.10 into master
...
Reviewed-on: #323
1 year ago
fnux
3a321469a8
Python 3.10: collections.X -> collections.abc.X
1 year ago
evilham
e2500248f2
++changelog
1 year ago
nico
0b710c6173
Merge branch 'haproxy-dualstack' into 'master'
...
[__haproxy_dualstack] New type with PROXY protocol support
See merge request ungleich-public/cdist!1027
1 year ago
evilham
c33d99ee12
[__haproxy_dualstack] New type with PROXY protocol support
...
This is backwards compatible with what is already used internally @ungleich , but
adds on top of that the ability to customise ports and, most importantly, it
adds PROXY protocol support.
1 year ago
evilham
560374a686
++changelog
1 year ago
evilham
fc9bd40c9a
Improve bullseye support, perticularly __letsencrypt_cert
1 year ago
evilham
5b7cca99f7
++changelog
1 year ago
evilham
15c642a9b7
[__debconf_set_selections] Fix --file not being supported
...
Even if deprecated, the parameter *must* be supported, which isn't the case
right now.
This was due to a misunderstanding of how deprecating parameters work, see:
https://www.cdi.st/manual/latest/cdist-type.html#deprecated-parameters
1 year ago
Darko Poljak
bf222d0543
++changelog
1 year ago
poljakowski
433399d4dc
Merge branch 'fix/__package_apt/allow-releaseinfo-change' into 'master'
...
__package_apt: fix complain about suite change
See merge request ungleich-public/cdist!1023
1 year ago
poljakowski
12c536dbf9
Merge branch 'fix/__apt_source/allow-releaseinfo-change' into 'master'
...
__apt_source: fix complain about suite change
See merge request ungleich-public/cdist!1022
1 year ago
poljakowski
67a6965e1d
Merge branch 'fix/__package_update_index/allow-releaseinfo-change' into 'master'
...
__package_update_index: fix complain about suite change
See merge request ungleich-public/cdist!1021
1 year ago
poljakowski
398ee1e416
Merge branch 'fix/__apt_update_index/allow-releaseinfo-change' into 'master'
...
__apt_update_index: fix complain about suite change
See merge request ungleich-public/cdist!1020
1 year ago
poljakowski
b209adcfca
Merge branch 'ander/__sed' into 'master'
...
new type: __sed
See merge request ungleich-public/cdist!1006
1 year ago
ander
72ff48154c
add comments, add -u to diff
1 year ago
matze
3d7b31cbb4
__package_apt: fix complain about suite change
...
the last fix for ticket #861 :-)
1 year ago
matze
d246e06710
__apt_update_index: fix complain about suite change
...
1 of 4th fix for ticket #861
1 year ago
matze
12787ffe2c
__apt_source: fix complain about suite change
...
3 of 4th fix for ticket #861
1 year ago
matze
7b6789ddeb
__package_update_index: fix complain about suite change
...
2 of 4th fix for ticket #861
1 year ago
ander
cd4acde67e
grammar
1 year ago
ander
5bf0c71e7a
update man
1 year ago