(CommandList
  children: [
    (C {(sed)} {(-i)} {(-e)} {(DQ (s/http.us.debian.org/mirrors.kernel.org/))} {(/etc/apt/sources.list)})
    (C {(mkdir)} {(-p)} {(/etc/salt/minion.d)})
    (SimpleCommand
      words: [{(echo)} {(DQ ("master: ") (${ VSub_Name MASTER_NAME))}]
      redirects: [
        (Redir
          op_id: Redir_Great
          fd: -1
          arg_word: {(/etc/salt/minion.d/master.conf)}
          spids: [78]
        )
      ]
    )
    (SimpleCommand
      words: [{(cat)}]
      redirects: [
        (HereDoc
          op_id: Redir_DLess
          fd: -1
          body: 
            {
              (DQ ("grains:\n") ("  roles:\n") ("    - kubernetes-master\n") ("  cbr-cidr: ") 
                ($ VSub_Name "$MASTER_IP_RANGE") ("\n") ("  cloud: photon-controller\n") ("  master_extra_sans: ") ($ VSub_Name "$MASTER_EXTRA_SANS") 
                ("\n") ("  api_servers: ") ($ VSub_Name "$MASTER_NAME") ("\n") 
                ("  kubelet_kubeconfig: /srv/salt-overlay/salt/kubelet/kubeconfig\n") ("  kube_user: ") ($ VSub_Name "$KUBE_USER") ("\n")
              )
            }
          do_expansion: True
          here_end: EOF
          was_filled: True
          spids: [85]
        )
        (Redir
          op_id: Redir_Great
          fd: -1
          arg_word: {(/etc/salt/minion.d/grains.conf)}
          spids: [88]
        )
      ]
    )
    (C {(mkdir)} {(-p)} {(/etc/salt/master.d)})
    (SimpleCommand
      words: [{(cat)}]
      redirects: [
        (HereDoc
          op_id: Redir_DLess
          fd: -1
          body: {(DQ ("auto_accept: True\n"))}
          do_expansion: True
          here_end: EOF
          was_filled: True
          spids: [120]
        )
        (Redir
          op_id: Redir_Great
          fd: -1
          arg_word: {(/etc/salt/master.d/auto-accept.conf)}
          spids: [123]
        )
      ]
    )
    (SimpleCommand
      words: [{(cat)}]
      redirects: [
        (HereDoc
          op_id: Redir_DLess
          fd: -1
          body: 
            {
              (DQ ("# React to new minions starting by running highstate on them.\n") ("reactor:\n") 
                ("  - 'salt/minion/*/start':\n") ("    - /srv/reactor/highstate-new.sls\n") ("    - /srv/reactor/highstate-masters.sls\n") 
                ("    - /srv/reactor/highstate-minions.sls\n")
              )
            }
          do_expansion: True
          here_end: EOF
          was_filled: True
          spids: [130]
        )
        (Redir
          op_id: Redir_Great
          fd: -1
          arg_word: {(/etc/salt/master.d/reactor.conf)}
          spids: [133]
        )
      ]
    )
    (C {(set)} {(Lit_Other "+") (x)})
    (Pipeline
      children: [
        (C {(curl)} {(-L)} {(--connect-timeout)} {(20)} {(--retry)} {(6)} {(--retry-delay)} {(10)} 
          {(https) (Lit_Other ":") (//bootstrap.saltstack.com)}
        )
        (C {(sh)} {(-s)} {(--)} {(-M)} {(-X)})
      ]
      negated: False
    )
    (C {(set)} {(-x)})
  ]
)