~rogpeppe/juju-core/azure

« back to all changes in this revision

Viewing changes to cloudinit/cloudinit.go

  • Committer: Gustavo Niemeyer
  • Date: 2011-12-20 18:59:17 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: gustavo@niemeyer.net-20111220185917-erfh4gkuk5w2gsu1
store: use log package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Copyright 2011, 2013 Canonical Ltd.
2
 
// Licensed under the AGPLv3, see LICENCE file for details.
3
 
 
4
1
// The cloudinit package implements a way of creating
5
2
// a cloud-init configuration file.
6
3
// See https://help.ubuntu.com/community/CloudInit.