Ubuntu Pastebin

Paste from powersj at Mon, 30 Oct 2017 16:28:57 +0000

Download as text
1
2
3
4
5
6
7
8
9
import configobj
import os
from six import string_types
from textwrap import dedent

from cloudinit.config.schema import get_schema_doc
from cloudinit import log as logging
from cloudinit.settings import PER_ALWAYS
from cloudinit import util
Download as text