| Just to confirm, the cloud structured fact currently returns the following on Azure:
"cloud": { |
"provider": "azure" |
}
|
So following that example, we'd have:
"cloud": { |
"provider": "aws" |
}
|
Note, we already collect a top-level ec2_metadata fact, and I don't think we want to duplicate that within the "cloud" fact, as large numbers of facts degrade puppetserver performance. If we could start over, it would have been good to start with a structured fact and nest things within the "cloud" fact, but that time has passed. Thoughts ciprian.badescu? |