~andreserl/maas/refactor_debconf_selections_preseed

« back to all changes in this revision

Viewing changes to src/metadataserver/user_data/templates/poweroff.template

  • Committer: LaMont Jones
  • Date: 2017-02-17 14:23:04 UTC
  • mfrom: (5747 maas)
  • mto: This revision was merged to the branch mainline in revision 5748.
  • Revision ID: lamont@canonical.com-20170217142304-djxqtuvefc1sdfnb
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
3
main() {
4
 
   echo "Powering node off."
 
4
    echo "Powering node off."
5
5
 
6
 
   # Cloud-init will handle powering off the node. Nothing to do.
 
6
    # Cloud-init will handle powering off the node. Nothing to do.
7
7
}
8
8
 
9
9
main