---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "options",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "exhibitor",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "opt",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "options",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (7, 17),
        },
        Raw {
         content: "exhibitor",
         position: (7, 26),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "exhibitorConfig",
        position: (8, 3),
       },
      ],
     },
     String {
      parts: [
       Raw {
        content: "zookeeper-install-directory=",
        position: (9, 1),
       },
       Expression {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (9, 35),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "baseDir",
            position: (9, 39),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "/zookeeper\nzookeeper-data-directory=",
        position: (9, 47),
       },
       Expression {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (10, 32),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "zkDataDir",
            position: (10, 36),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "\nzookeeper-log-directory=",
        position: (10, 46),
       },
       Expression {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (11, 31),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "zkLogDir",
            position: (11, 35),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "\nzoo-cfg-extra=",
        position: (11, 44),
       },
       Expression {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (12, 21),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "zkExtraCfg",
            position: (12, 25),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "\nclient-port=",
        position: (12, 36),
       },
       Expression {
        expression: FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (13, 19),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (13, 28),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "zkClientPort",
              position: (13, 32),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Raw {
        content: "\nconnect-port=",
        position: (13, 45),
       },
       Expression {
        expression: FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (14, 20),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (14, 29),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "zkConnectPort",
              position: (14, 33),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Raw {
        content: "\nelection-port=",
        position: (14, 47),
       },
       Expression {
        expression: FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (15, 21),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (15, 30),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "zkElectionPort",
              position: (15, 34),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Raw {
        content: "\ncleanup-period-ms=",
        position: (15, 49),
       },
       Expression {
        expression: FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (16, 25),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (16, 34),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "zkCleanupPeriod",
              position: (16, 38),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Raw {
        content: "\nservers-spec=",
        position: (16, 54),
       },
       Expression {
        expression: FunctionApplication {
         function: Variable {
          identifier: "concatStringsSep",
          position: (17, 20),
         },
         arguments: [
          String {
           parts: [
            Raw {
             content: ",",
             position: (17, 38),
            },
           ],
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (17, 41),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "zkServersSpec",
              position: (17, 45),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Raw {
        content: "\nauto-manage-instances=",
        position: (17, 59),
       },
       Expression {
        expression: FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (18, 29),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (18, 38),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "autoManageInstances",
              position: (18, 42),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
       Raw {
        content: "\n",
        position: (18, 62),
       },
       Expression {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (19, 7),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "extraConf",
            position: (19, 11),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "\n",
        position: (19, 21),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "configDir",
        position: (24, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (24, 15),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "writeTextDir",
          position: (24, 20),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "exhibitor.properties",
          position: (24, 34),
         },
        ],
       },
       Variable {
        identifier: "exhibitorConfig",
        position: (24, 56),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cliOptionsCommon",
        position: (25, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "configtype",
           position: (26, 5),
          },
         ],
        },
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (26, 18),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "configType",
            position: (26, 22),
           },
          ],
         },
         default: None,
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "defaultconfig",
           position: (27, 5),
          },
         ],
        },
        String {
         parts: [
          Expression {
           expression: Variable {
            identifier: "configDir",
            position: (27, 24),
           },
          },
          Raw {
           content: "/exhibitor.properties",
           position: (27, 34),
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "port",
           position: (28, 5),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (28, 12),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (28, 21),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "port",
              position: (28, 25),
             },
            ],
           },
           default: None,
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "hostname",
           position: (29, 5),
          },
         ],
        },
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (29, 16),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "hostname",
            position: (29, 20),
           },
          ],
         },
         default: None,
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "headingtext",
           position: (30, 5),
          },
         ],
        },
        IfThenElse {
         predicate: BinaryOperation {
          operator: NotEqualTo,
          operands: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (30, 23),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "headingText",
               position: (30, 27),
              },
             ],
            },
            default: None,
           },
           Variable {
            identifier: "null",
            position: (30, 42),
           },
          ],
          position: (30, 39),
         },
         then: FunctionApplication {
          function: PropertyAccess {
           expression: Variable {
            identifier: "lib",
            position: (30, 54),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "escapeShellArg",
              position: (30, 58),
             },
            ],
           },
           default: None,
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (30, 73),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "headingText",
               position: (30, 77),
              },
             ],
            },
            default: None,
           },
          ],
         },
         else_: Variable {
          identifier: "null",
          position: (30, 95),
         },
         position: (30, 19),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "nodemodification",
           position: (31, 5),
          },
         ],
        },
        FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (31, 24),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "boolToString",
             position: (31, 28),
            },
           ],
          },
          default: None,
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (31, 41),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "nodeModification",
              position: (31, 45),
             },
            ],
           },
           default: None,
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "configcheckms",
           position: (32, 5),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (32, 21),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (32, 30),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "configCheckMs",
              position: (32, 34),
             },
            ],
           },
           default: None,
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "jquerystyle",
           position: (33, 5),
          },
         ],
        },
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (33, 19),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "jqueryStyle",
            position: (33, 23),
           },
          ],
         },
         default: None,
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "loglines",
           position: (34, 5),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (34, 16),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (34, 25),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "logLines",
              position: (34, 29),
             },
            ],
           },
           default: None,
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "servo",
           position: (35, 5),
          },
         ],
        },
        FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (35, 13),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "boolToString",
             position: (35, 17),
            },
           ],
          },
          default: None,
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (35, 30),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "servo",
              position: (35, 34),
             },
            ],
           },
           default: None,
          },
         ],
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "timeout",
           position: (36, 5),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "toString",
          position: (36, 15),
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (36, 24),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "timeout",
              position: (36, 28),
             },
            ],
           },
           default: None,
          },
         ],
        },
       ),
      ],
      recursive: false,
      position: (25, 22),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "s3CommonOptions",
        position: (38, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "s3region",
           position: (38, 23),
          },
         ],
        },
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (38, 34),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "s3Region",
            position: (38, 38),
           },
          ],
         },
         default: None,
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "s3credentials",
           position: (38, 48),
          },
         ],
        },
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (38, 64),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "s3Credentials",
            position: (38, 68),
           },
          ],
         },
         default: None,
        },
       ),
      ],
      recursive: false,
      position: (38, 21),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cliOptionsPerConfig",
        position: (39, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "s3",
           position: (40, 5),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "s3config",
              position: (41, 7),
             },
            ],
           },
           String {
            parts: [
             Expression {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (41, 21),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "s3Config",
                  position: (41, 25),
                 },
                 Raw {
                  content: "bucketName",
                  position: (41, 34),
                 },
                ],
               },
               default: None,
              },
             },
             Raw {
              content: ":",
              position: (41, 45),
             },
             Expression {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (41, 48),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "s3Config",
                  position: (41, 52),
                 },
                 Raw {
                  content: "objectKey",
                  position: (41, 61),
                 },
                ],
               },
               default: None,
              },
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "s3configprefix",
              position: (42, 7),
             },
            ],
           },
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (42, 24),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "s3Config",
               position: (42, 28),
              },
              Raw {
               content: "configPrefix",
               position: (42, 37),
              },
             ],
            },
            default: None,
           },
          ),
         ],
         recursive: false,
         position: (40, 10),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "zookeeper",
           position: (44, 5),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "zkconfigconnect",
              position: (45, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (45, 25),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: ",",
                position: (45, 43),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (45, 46),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "zkConfigConnect",
                 position: (45, 50),
                },
               ],
              },
              default: None,
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "zkconfigexhibitorpath",
              position: (46, 7),
             },
            ],
           },
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (46, 31),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "zkConfigExhibitorPath",
               position: (46, 35),
              },
             ],
            },
            default: None,
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "zkconfigpollms",
              position: (47, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "toString",
             position: (47, 24),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (47, 33),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "zkConfigPollMs",
                 position: (47, 37),
                },
               ],
              },
              default: None,
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "zkconfigretry",
              position: (48, 7),
             },
            ],
           },
           String {
            parts: [
             Expression {
              expression: FunctionApplication {
               function: Variable {
                identifier: "toString",
                position: (48, 26),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (48, 35),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "zkConfigRetry",
                    position: (48, 39),
                   },
                   Raw {
                    content: "sleepMs",
                    position: (48, 53),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Raw {
              content: ":",
              position: (48, 61),
             },
             Expression {
              expression: FunctionApplication {
               function: Variable {
                identifier: "toString",
                position: (48, 64),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (48, 73),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "zkConfigRetry",
                    position: (48, 77),
                   },
                   Raw {
                    content: "retryQuantity",
                    position: (48, 91),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "zkconfigzpath",
              position: (49, 7),
             },
            ],
           },
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (49, 23),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "zkConfigZPath",
               position: (49, 27),
              },
             ],
            },
            default: None,
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "zkconfigexhibitorport",
              position: (50, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "toString",
             position: (50, 31),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (50, 40),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "zkConfigExhibitorPort",
                 position: (50, 44),
                },
               ],
              },
              default: None,
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (44, 17),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "file",
           position: (52, 5),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "fsconfigdir",
              position: (53, 7),
             },
            ],
           },
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (53, 21),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "fsConfigDir",
               position: (53, 25),
              },
             ],
            },
            default: None,
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "fsconfiglockprefix",
              position: (54, 7),
             },
            ],
           },
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (54, 28),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "fsConfigLockPrefix",
               position: (54, 32),
              },
             ],
            },
            default: None,
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "fsConfigName",
              position: (55, 7),
             },
            ],
           },
           Variable {
            identifier: "fsConfigName",
            position: (55, 22),
           },
          ),
         ],
         recursive: false,
         position: (52, 12),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "none",
           position: (57, 5),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "noneconfigdir",
              position: (58, 7),
             },
            ],
           },
           Variable {
            identifier: "configDir",
            position: (58, 23),
           },
          ),
         ],
         recursive: false,
         position: (57, 12),
        },
       ),
      ],
      recursive: false,
      position: (39, 25),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cliOptions",
        position: (61, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "concatStringsSep",
       position: (61, 16),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: " ",
          position: (61, 34),
         },
        ],
       },
       FunctionApplication {
        function: Variable {
         identifier: "mapAttrsToList",
         position: (61, 38),
        },
        arguments: [
         Function {
          argument: Some(
           "k",
          ),
          arguments: FunctionArguments {
           arguments: [],
           ellipsis: false,
          },
          definition: Function {
           argument: Some(
            "v",
           ),
           arguments: FunctionArguments {
            arguments: [],
            ellipsis: false,
           },
           definition: String {
            parts: [
             Raw {
              content: "--",
              position: (61, 61),
             },
             Expression {
              expression: Variable {
               identifier: "k",
               position: (61, 65),
              },
             },
             Raw {
              content: " ",
              position: (61, 67),
             },
             Expression {
              expression: Variable {
               identifier: "v",
               position: (61, 70),
              },
             },
            ],
           },
           position: (61, 57),
          },
          position: (61, 54),
         },
         FunctionApplication {
          function: Variable {
           identifier: "filterAttrs",
           position: (61, 76),
          },
          arguments: [
           Function {
            argument: Some(
             "k",
            ),
            arguments: FunctionArguments {
             arguments: [],
             ellipsis: false,
            },
            definition: Function {
             argument: Some(
              "v",
             ),
             arguments: FunctionArguments {
              arguments: [],
              ellipsis: false,
             },
             definition: BinaryOperation {
              operator: LogicalAnd,
              operands: [
               BinaryOperation {
                operator: NotEqualTo,
                operands: [
                 Variable {
                  identifier: "v",
                  position: (61, 95),
                 },
                 Variable {
                  identifier: "null",
                  position: (61, 100),
                 },
                ],
                position: (61, 97),
               },
               BinaryOperation {
                operator: NotEqualTo,
                operands: [
                 Variable {
                  identifier: "v",
                  position: (61, 108),
                 },
                 String {
                  parts: [],
                 },
                ],
                position: (61, 110),
               },
              ],
              position: (61, 105),
             },
             position: (61, 92),
            },
            position: (61, 89),
           },
           BinaryOperation {
            operator: Update,
            operands: [
             Variable {
              identifier: "cliOptionsCommon",
              position: (61, 118),
             },
             BinaryOperation {
              operator: Update,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cliOptionsPerConfig",
                 position: (62, 16),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (62, 38),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "configType",
                       position: (62, 42),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                 ],
                },
                default: None,
               },
               BinaryOperation {
                operator: Update,
                operands: [
                 Variable {
                  identifier: "s3CommonOptions",
                  position: (63, 16),
                 },
                 BinaryOperation {
                  operator: Update,
                  operands: [
                   FunctionApplication {
                    function: Variable {
                     identifier: "optionalAttrs",
                     position: (64, 16),
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (64, 30),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "s3Backup",
                         position: (64, 34),
                        },
                       ],
                      },
                      default: None,
                     },
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "s3backup",
                           position: (64, 45),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "true",
                           position: (64, 57),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (64, 43),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "optionalAttrs",
                     position: (65, 16),
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (65, 30),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "fileSystemBackup",
                         position: (65, 34),
                        },
                       ],
                      },
                      default: None,
                     },
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "filesystembackup",
                           position: (65, 53),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "true",
                           position: (65, 73),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (65, 51),
                     },
                    ],
                   },
                  ],
                  position: (64, 66),
                 },
                ],
                position: (63, 32),
               },
              ],
              position: (62, 54),
             },
            ],
            position: (61, 135),
           },
          ],
         },
        ],
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (69, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (70, 5),
           },
           Raw {
            content: "exhibitor",
            position: (70, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (71, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (71, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (72, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (72, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (72, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (73, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (73, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (74, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "\n          Whether to enable the exhibitor server.\n        ",
                    position: (74, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (71, 25),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "port",
               position: (80, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (80, 14),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (81, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (81, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (81, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (82, 9),
                   },
                  ],
                 },
                 Int {
                  value: 8080,
                  position: (82, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (83, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The port for exhibitor to listen on and communicate with other exhibitors.\n",
                    position: (84, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (80, 23),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "baseDir",
               position: (87, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (87, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (88, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (88, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (88, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (89, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/exhibitor",
                    position: (89, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (90, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Baseline directory for exhibitor runtime config.\n",
                    position: (91, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (87, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "configType",
               position: (94, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (94, 20),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (95, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (95, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "enum",
                      position: (95, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "file",
                        position: (95, 30),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "s3",
                        position: (95, 37),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "zookeeper",
                        position: (95, 42),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "none",
                        position: (95, 54),
                       },
                      ],
                     },
                    ],
                    position: (95, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (96, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Which configuration type you want to use. Additional config will be\nrequired depending on which type you are using.\n",
                    position: (97, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (94, 29),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "hostname",
               position: (101, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (101, 18),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (102, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (102, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "nullOr",
                      position: (102, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (102, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (102, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (103, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Hostname to use and advertise\n",
                    position: (104, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (106, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "null",
                  position: (106, 19),
                 },
                ),
               ],
               recursive: false,
               position: (101, 27),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "nodeModification",
               position: (108, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (108, 26),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (109, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (109, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (109, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (110, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Whether the Explorer UI will allow nodes to be modified (use with caution).\n",
                    position: (111, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (113, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (113, 19),
                 },
                ),
               ],
               recursive: false,
               position: (108, 35),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "configCheckMs",
               position: (115, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (115, 23),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (116, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (116, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (116, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (117, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Period (ms) to check for shared config updates.\n",
                    position: (118, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (120, 9),
                   },
                  ],
                 },
                 Int {
                  value: 30000,
                  position: (120, 19),
                 },
                ),
               ],
               recursive: false,
               position: (115, 32),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "headingText",
               position: (122, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (122, 21),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (123, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (123, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "nullOr",
                      position: (123, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (123, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (123, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (124, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Extra text to display in UI header\n",
                    position: (125, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (127, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "null",
                  position: (127, 19),
                 },
                ),
               ],
               recursive: false,
               position: (122, 30),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "jqueryStyle",
               position: (129, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (129, 21),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (130, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (130, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "enum",
                      position: (130, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "red",
                        position: (130, 30),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "black",
                        position: (130, 36),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "custom",
                        position: (130, 44),
                       },
                      ],
                     },
                    ],
                    position: (130, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (131, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Styling used for the JQuery-based UI.\n",
                    position: (132, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (134, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "red",
                    position: (134, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (129, 30),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "logLines",
               position: (136, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (136, 18),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (137, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (137, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (137, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (138, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Max lines of logging to keep in memory for display.\n",
                    position: (139, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (141, 9),
                   },
                  ],
                 },
                 Int {
                  value: 1000,
                  position: (141, 19),
                 },
                ),
               ],
               recursive: false,
               position: (136, 27),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "servo",
               position: (143, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (143, 15),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (144, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (144, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (144, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (145, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "ZooKeeper will be queried once a minute for its state via the 'mntr' four\nletter word (this requires ZooKeeper 3.4.x+). Servo will be used to publish\nthis data via JMX.\n",
                    position: (146, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (150, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (150, 19),
                 },
                ),
               ],
               recursive: false,
               position: (143, 24),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "timeout",
               position: (152, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (152, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (153, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (153, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (153, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (154, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Connection timeout (ms) for ZK connections.\n",
                    position: (155, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (157, 9),
                   },
                  ],
                 },
                 Int {
                  value: 30000,
                  position: (157, 19),
                 },
                ),
               ],
               recursive: false,
               position: (152, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "autoManageInstances",
               position: (159, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (159, 29),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (160, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (160, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (160, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (161, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Automatically manage ZooKeeper instances in the ensemble\n",
                    position: (162, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (164, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (164, 19),
                 },
                ),
               ],
               recursive: false,
               position: (159, 38),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkDataDir",
               position: (166, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (166, 19),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (167, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (167, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (167, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (168, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (168, 22),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "baseDir",
                        position: (168, 26),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/zkData",
                    position: (168, 34),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "defaultText",
                    position: (169, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (169, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "\"",
                      position: (169, 43),
                     },
                     Raw {
                      content: "$",
                      position: (169, 44),
                     },
                     Raw {
                      content: "{config.",
                      position: (169, 47),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "opt",
                        position: (169, 57),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "baseDir",
                          position: (169, 61),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "}/zkData\"",
                      position: (169, 69),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (170, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The Zookeeper data directory\n",
                    position: (171, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (166, 28),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkLogDir",
               position: (174, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (174, 18),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (175, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (175, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "path",
                     position: (175, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (176, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (176, 22),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "baseDir",
                        position: (176, 26),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/zkLogs",
                    position: (176, 34),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "defaultText",
                    position: (177, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (177, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "\"",
                      position: (177, 43),
                     },
                     Raw {
                      content: "$",
                      position: (177, 44),
                     },
                     Raw {
                      content: "{config.",
                      position: (177, 47),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "opt",
                        position: (177, 57),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "baseDir",
                          position: (177, 61),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "}/zkLogs\"",
                      position: (177, 69),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (178, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The Zookeeper logs directory\n",
                    position: (179, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (174, 27),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "extraConf",
               position: (182, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (182, 19),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (183, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (183, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (183, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (184, 9),
                   },
                  ],
                 },
                 String {
                  parts: [],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (185, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Extra Exhibitor configuration to put in the ZooKeeper config file.\n",
                    position: (186, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (182, 28),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkExtraCfg",
               position: (189, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (189, 20),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (190, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (190, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (190, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (191, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "initLimit=5&syncLimit=2&tickTime=2000",
                    position: (191, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (192, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Extra options to pass into Zookeeper\n",
                    position: (193, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (189, 29),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkClientPort",
               position: (196, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (196, 22),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (197, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (197, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (197, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (198, 9),
                   },
                  ],
                 },
                 Int {
                  value: 2181,
                  position: (198, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (199, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Zookeeper client port\n",
                    position: (200, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (196, 31),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkConnectPort",
               position: (203, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (203, 23),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (204, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (204, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (204, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (205, 9),
                   },
                  ],
                 },
                 Int {
                  value: 2888,
                  position: (205, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (206, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The port to use for followers to talk to each other.\n",
                    position: (207, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (203, 32),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkElectionPort",
               position: (210, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (210, 24),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (211, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (211, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (211, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (212, 9),
                   },
                  ],
                 },
                 Int {
                  value: 3888,
                  position: (212, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (213, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The port for Zookeepers to use for leader election.\n",
                    position: (214, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (210, 33),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkCleanupPeriod",
               position: (217, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (217, 25),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (218, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (218, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (218, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (219, 9),
                   },
                  ],
                 },
                 Int {
                  value: 0,
                  position: (219, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (220, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "How often (in milliseconds) to run the Zookeeper log cleanup task.\n",
                    position: (221, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (217, 34),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkServersSpec",
               position: (224, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (224, 23),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (225, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (225, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (225, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (225, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (225, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (226, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (226, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (227, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Zookeeper server spec for all servers in the ensemble.\n",
                    position: (228, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (230, 9),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "S:1:zk1.example.com",
                      position: (230, 22),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "S:2:zk2.example.com",
                      position: (230, 44),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "S:3:zk3.example.com",
                      position: (230, 66),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "O:4:zk-observer.example.com",
                      position: (230, 88),
                     },
                    ],
                   },
                  ],
                  position: (230, 19),
                 },
                ),
               ],
               recursive: false,
               position: (224, 32),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "s3Backup",
               position: (234, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (234, 18),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (235, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (235, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (235, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (236, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (236, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (237, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Whether to enable backups to S3\n",
                    position: (238, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (234, 27),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "fileSystemBackup",
               position: (241, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (241, 26),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (242, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (242, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (242, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (243, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (243, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (244, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Enables file system backup of ZooKeeper log files\n",
                    position: (245, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (241, 35),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkConfigConnect",
               position: (250, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (250, 25),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (251, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (251, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (251, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (251, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (251, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (252, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The initial connection string for ZooKeeper shared config storage\n",
                    position: (253, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (255, 9),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "host1:2181",
                      position: (255, 21),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "host2:2181",
                      position: (255, 34),
                     },
                    ],
                   },
                  ],
                  position: (255, 19),
                 },
                ),
               ],
               recursive: false,
               position: (250, 34),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkConfigExhibitorPath",
               position: (257, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (257, 31),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (258, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (258, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (258, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (259, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "If the ZooKeeper shared config is also running Exhibitor, the URI path for the REST call\n",
                    position: (260, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (262, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/",
                    position: (262, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (257, 40),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkConfigExhibitorPort",
               position: (264, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (264, 31),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (265, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (265, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "nullOr",
                      position: (265, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (265, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "int",
                       position: (265, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (266, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "If the ZooKeeper shared config is also running Exhibitor, the port that\nExhibitor is listening on. IMPORTANT: if this value is not set it implies\nthat Exhibitor is not being used on the ZooKeeper shared config.\n",
                    position: (267, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (264, 40),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkConfigPollMs",
               position: (272, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (272, 24),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (273, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (273, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "int",
                     position: (273, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (274, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The period in ms to check for changes in the config ensemble\n",
                    position: (275, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (277, 9),
                   },
                  ],
                 },
                 Int {
                  value: 10000,
                  position: (277, 19),
                 },
                ),
               ],
               recursive: false,
               position: (272, 33),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkConfigRetry",
               position: (279, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "sleepMs",
                  position: (280, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (280, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (281, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (281, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "int",
                        position: (281, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (282, 11),
                      },
                     ],
                    },
                    Int {
                     value: 1000,
                     position: (282, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (283, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Retry sleep time connecting to the ZooKeeper config\n",
                       position: (284, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (280, 28),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "retryQuantity",
                  position: (287, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (287, 25),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (288, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (288, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "int",
                        position: (288, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (289, 11),
                      },
                     ],
                    },
                    Int {
                     value: 3,
                     position: (289, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (290, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Retries connecting to the ZooKeeper config\n",
                       position: (291, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (287, 34),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (279, 23),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "zkConfigZPath",
               position: (295, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (295, 23),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (296, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (296, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (296, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (297, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The base ZPath that Exhibitor should use\n",
                    position: (298, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (300, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/exhibitor/config",
                    position: (300, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (295, 32),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "s3Config",
               position: (304, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "bucketName",
                  position: (305, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (305, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (306, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (306, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (306, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (307, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Bucket name to store config\n",
                       position: (308, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (305, 31),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "objectKey",
                  position: (311, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (311, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (312, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (312, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (312, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (313, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "S3 key name to store the config\n",
                       position: (314, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (311, 30),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "configPrefix",
                  position: (317, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (317, 24),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (318, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (318, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (318, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (319, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "When using AWS S3 shared config files, the prefix to use for values such as locks\n",
                       position: (320, 1),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (322, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "exhibitor-",
                       position: (322, 22),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (317, 33),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (304, 18),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "s3Credentials",
               position: (327, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (327, 23),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (328, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (328, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "nullOr",
                      position: (328, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (328, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "path",
                       position: (328, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (329, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Optional credentials to use for s3backup or s3config. Argument is the path\nto an AWS credential properties file with two properties:\ncom.netflix.exhibitor.s3.access-key-id and com.netflix.exhibitor.s3.access-secret-key\n",
                    position: (330, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (334, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "null",
                  position: (334, 19),
                 },
                ),
               ],
               recursive: false,
               position: (327, 32),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "s3Region",
               position: (336, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (336, 18),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (337, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (337, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "nullOr",
                      position: (337, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (337, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (337, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (338, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Optional region for S3 calls\n",
                    position: (339, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (341, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "null",
                  position: (341, 19),
                 },
                ),
               ],
               recursive: false,
               position: (336, 27),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "fsConfigDir",
               position: (345, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (345, 21),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (346, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (346, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "path",
                     position: (346, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (347, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Directory to store Exhibitor properties (cannot be used with s3config).\nExhibitor uses file system locks so you can specify a shared location\nso as to enable complete ensemble management.\n",
                    position: (348, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (345, 30),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "fsConfigLockPrefix",
               position: (353, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (353, 28),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (354, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (354, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (354, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (355, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "A prefix for a locking mechanism used in conjunction with fsconfigdir\n",
                    position: (356, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (358, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "exhibitor-lock-",
                    position: (358, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (353, 37),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "fsConfigName",
               position: (360, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (360, 22),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (361, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (361, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (361, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (362, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The name of the file to store config in\n",
                    position: (363, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (365, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "exhibitor.properties",
                    position: (365, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (360, 31),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (70, 26),
         },
        ),
       ],
       recursive: false,
       position: (69, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (370, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (370, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (370, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (370, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (371, 5),
             },
             Raw {
              content: "services",
              position: (371, 13),
             },
             Raw {
              content: "exhibitor",
              position: (371, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (372, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Exhibitor Daemon",
                 position: (372, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (373, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (373, 21),
                  },
                 ],
                },
               ],
               position: (373, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (374, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "network.target",
                   position: (374, 18),
                  },
                 ],
                },
               ],
               position: (374, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "environment",
                 position: (375, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ZOO_LOG_DIR",
                    position: (376, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (376, 23),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (376, 27),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
               ],
               recursive: false,
               position: (375, 21),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (378, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStart",
                    position: (386, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "",
                    position: (387, 1),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (387, 13),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "exhibitor",
                        position: (387, 18),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/startExhibitor.sh ",
                    position: (387, 28),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "cliOptions",
                     position: (387, 53),
                    },
                   },
                   Raw {
                    content: "\n",
                    position: (387, 64),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "User",
                    position: (389, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "zookeeper",
                    position: (389, 17),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "PermissionsStartOnly",
                    position: (390, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (390, 32),
                 },
                ),
               ],
               recursive: false,
               position: (378, 23),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "preStart",
                 position: (404, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "mkdir -m 0700 -p ",
                 position: (405, 1),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (405, 28),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (405, 32),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/zookeeper\n# Not doing a chown -R to keep the base ZK files owned by root\nchown zookeeper ",
                 position: (405, 40),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (407, 27),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (407, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " ",
                 position: (407, 39),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (407, 42),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (407, 46),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/zookeeper\ncp -Rf ",
                 position: (407, 54),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (408, 18),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "zookeeper",
                     position: (408, 23),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/* ",
                 position: (408, 33),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (408, 38),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (408, 42),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/zookeeper\nchown -R zookeeper ",
                 position: (408, 50),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (409, 30),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (409, 34),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/zookeeper/conf\nchmod -R u+w ",
                 position: (409, 42),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (410, 24),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (410, 28),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/zookeeper/conf\nreplace_what=$(echo ",
                 position: (410, 36),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (411, 31),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "zookeeper",
                     position: (411, 36),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " | sed 's/[\\/&]/\\\\&/g')\nreplace_with=$(echo ",
                 position: (411, 46),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (412, 31),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (412, 35),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/zookeeper | sed 's/[\\/&]/\\\\&/g')\nsed -i 's/'\"$replace_what\"'/'\"$replace_with\"'/g' ",
                 position: (412, 43),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (413, 60),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "baseDir",
                     position: (413, 64),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/zookeeper/bin/zk*.sh\n",
                 position: (413, 72),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (371, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (416, 5),
             },
             Raw {
              content: "users",
              position: (416, 11),
             },
             Raw {
              content: "zookeeper",
              position: (416, 17),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "uid",
                 position: (417, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (417, 13),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "ids",
                  position: (417, 20),
                 },
                 Raw {
                  content: "uids",
                  position: (417, 24),
                 },
                 Raw {
                  content: "zookeeper",
                  position: (417, 29),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (418, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Zookeeper daemon user",
                 position: (418, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "home",
                 position: (419, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (419, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "baseDir",
                  position: (419, 18),
                 },
                ],
               },
               default: None,
              },
             ),
            ],
            recursive: false,
            position: (416, 29),
           },
          ),
         ],
         recursive: false,
         position: (370, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (68, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}