blob: b3af7f8a07f16eb02e7d9c9b83180d768cb17755 (
plain)
1
2
3
4
5
6
7
8
|
# This file is part of cloud-init. See LICENSE file for license information.
"""
Test verifiers for cloud-init examples
See configs/examples/README.md for more information
"""
# vi: ts=4 expandtab
|