1CDIST-TYPE__FIREWALLD_START(7) cdist CDIST-TYPE__FIREWALLD_START(7)
2
3
4
6 cdist-type__firewalld_start - start and enable firewalld
7
9 This cdist type allows you to start and enable firewalld.
10
12 None
13
15 startstate
16 'present' or 'absent', start/stop firewalld. Default is
17 'present'.
18
19 bootstate
20 'present' or 'absent', enable/disable firewalld on boot. Default
21 is 'present'.
22
24 # start and enable firewalld
25 __firewalld_start
26
27 # only enable firewalld to start on boot
28 __firewalld_start --startstate present --bootstate absent
29
31 firewalld(8)
32
34 Darko Poljak <darko.poljak--@--ungleich.ch>
35
37 Copyright (C) 2016 Darko Poljak. You can redistribute it and/or modify
38 it under the terms of the GNU General Public License as published by
39 the Free Software Foundation, either version 3 of the License, or (at
40 your option) any later version.
41
43 ungleich GmbH 2020
44
45
46
47
486.9.6 Apr 20, 2021 CDIST-TYPE__FIREWALLD_START(7)