~andreserl/maas/further_package_description_updates

« back to all changes in this revision

Viewing changes to debian/maas-rack-controller.config

  • Committer: MAAS Lander
  • Author(s): Lee Trager
  • Date: 2016-03-07 22:28:26 UTC
  • mfrom: (453.1.2 packaging.trunk)
  • Revision ID: maas_lander-20160307222826-zrzr3rhsz447xqqb
[r=andreserl][bug=][author=ltrager] Fix renaming of maas-provision to maas-rack and maas-region-admin to maas-region

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    db_get maas-rack-controller/maas-url || true
13
13
    if [ -z "$RET" ]; then
14
14
        # Attempt to pre-populate if installing on the region controller.
15
 
        if [ -f /usr/sbin/maas-region-admin ]; then
16
 
            url=$(maas-region-admin local_config_get --maas-url --plain)
 
15
        if [ -f /usr/sbin/maas-region ]; then
 
16
            url=$(maas-region local_config_get --maas-url --plain)
17
17
            # If the URL doesn't end in /MAAS then add it. This helps upgrades from
18
18
            # precise for which the URL didn't contain /MAAS, which is now required
19
19
            if ! echo $url | grep -qs "/MAAS$"; then