summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config-landscape.txt
blob: 12c8101f7fe144e295635e23c19782344a30ffb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Landscape-client configuration
#
# Anything under the top 'landscape: client' entry
# will be basically rendered into a ConfigObj formated file
# under the '[client]' section of /etc/landscape/client.conf
# 
landscape:
  client:
    url: "https://landscape.canonical.com/message-system"
    ping_url: "http://landscape.canonical.com/ping"
    data_path: "/var/lib/landscape/client"
    http_proxy: "http://my.proxy.com/foobar"
    tags: [ server, cloud ]