Ubuntu Pastebin

Paste from smoser at Thu, 2 Feb 2017 16:07:46 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
# policy (replaces 'not_found_behavior')
#  policy is a string that indicates how ds-identify should operate.
#   report: write config to /run/cloud-init.cfg.report
#   enable: do nothing 
#      ds-identify writes no config and just exits success
#      the caller (cloud-init-generator) then enables cloud-init to run
#      just without any aid from ds-identify.
#   disable: disable cloud-init
#   
#   [report,]found=value,maybe=value,none=value
#      found:
#         first: use the first found do no further checking
#         all: enable all DS_FOUND
#     
#      maybe:
#         first: use the first DS_MAYBE if no DS_FOUND
#         all: enable all DS_MAYBE
#         none: ignore any DS_MAYBE
#     
#      none:
#         disable: disable cloud-init
#         enable: enable cloud-init
Download as text