Safe Haskell | None |
---|---|
Language | Haskell2010 |
This contains a YamlObject
for Canonicals cloud-init
.
For some reason, cloud-config yaml documents MUST
contain #cloud-config
in the first line.
This is documented in the cloud config documentation.
Otherwise, this is just a wrapper around YamlObject
.
@Since 0.5.62
Synopsis
- newtype CloudConfigYaml = MkCloudConfigYaml {}
- cloudConfigFileHeader :: Text
Documentation
newtype CloudConfigYaml Source #
Cloud-init meta-data
configuration Yaml.
cloud-config
yaml documents contain:
#cloud-config
as first line.
@Since 0.5.62
Instances
cloudConfigFileHeader :: Text Source #
The header line, which must be the first line in the text file containing the cloud-config Yaml document.
@Since 0.5.62