1CDIST-TYPE__CDISTMARKER(7) cdist CDIST-TYPE__CDISTMARKER(7)
2
3
4
6 cdist-type__cdistmarker - Add a timestamped cdist marker.
7
9 This type is used to add a common marker file which indicates that a
10 given machine is being managed by cdist. The contents of this file con‐
11 sist of a timestamp, which can be used to determine the most recent
12 time at which cdist was run against the machine in question.
13
15 None.
16
18 destination
19 The path and filename of the marker. Default: /etc/cdist-con‐
20 figured
21
22 format The format of the timestamp. This is passed directly to system
23 'date'. Default: -u
24
26 # Creates the marker as normal.
27 __cdistmarker
28
29 # Creates the marker differently.
30 __cdistmarker --destination /tmp/cdist_marker --format '+%s'
31
33 Daniel Maher <phrawzty+cdist--@--gmail.com>
34
36 Copyright (C) 2011 Daniel Maher. You can redistribute it and/or modify
37 it under the terms of the GNU General Public License as published by
38 the Free Software Foundation, either version 3 of the License, or (at
39 your option) any later version.
40
42 ungleich GmbH 2020
43
44
45
46
476.9.4 Dec 21, 2020 CDIST-TYPE__CDISTMARKER(7)