---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "cfg",
       position: (3, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (3, 9),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (3, 16),
       },
       Raw {
        content: "spark",
        position: (3, 25),
       },
      ],
     },
     default: None,
    },
   ),
  ],
  target: With {
   expression: Variable {
    identifier: "lib",
    position: (5, 6),
   },
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (7, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (8, 5),
           },
           Raw {
            content: "spark",
            position: (8, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "master",
               position: (9, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (10, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (10, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "Spark master service",
                    position: (10, 34),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "bind",
                  position: (11, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (11, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (12, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (12, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (12, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (13, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Address the spark master binds to.",
                       position: (13, 26),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (14, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "127.0.0.1",
                       position: (14, 22),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "example",
                       position: (15, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "0.0.0.0",
                       position: (15, 22),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (11, 25),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "restartIfChanged",
                  position: (17, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (17, 29),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (18, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (18, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bool",
                        position: (18, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (19, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Automatically restart master service on config change.\nThis can be set to false to defer restarts on clusters running critical applications.\nPlease consider the security implications of inadvertently running an older version,\nand the possibility of unexpected behavior caused by inconsistent versions across a cluster when disabling this option.\n",
                       position: (20, 1),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (25, 11),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (25, 21),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (17, 38),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "extraEnvironment",
                  position: (27, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (27, 28),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (28, 11),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (28, 18),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "attrsOf",
                         position: (28, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "types",
                        position: (28, 32),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "str",
                          position: (28, 38),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (29, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Extra environment variables to pass to spark master. See spark-standalone documentation.",
                       position: (29, 26),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (30, 11),
                      },
                     ],
                    },
                    Map {
                     bindings: [],
                     recursive: false,
                     position: (30, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "example",
                       position: (31, 11),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SPARK_MASTER_WEBUI_PORT",
                          position: (32, 13),
                         },
                        ],
                       },
                       Int {
                        value: 8181,
                        position: (32, 39),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SPARK_MASTER_OPTS",
                          position: (33, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "-Dspark.deploy.defaultCores=5",
                          position: (33, 34),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (31, 21),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (27, 37),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (9, 16),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "worker",
               position: (37, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (38, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (38, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "Spark worker service",
                    position: (38, 34),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "workDir",
                  position: (39, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (39, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (40, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (40, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "path",
                        position: (40, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (41, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Spark worker work dir.",
                       position: (41, 26),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (42, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "/var/lib/spark",
                       position: (42, 22),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (39, 28),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "master",
                  position: (44, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (44, 18),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (45, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (45, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (45, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (46, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Address of the spark master.",
                       position: (46, 26),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (47, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "127.0.0.1:7077",
                       position: (47, 22),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (44, 27),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "restartIfChanged",
                  position: (49, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (49, 29),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (50, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (50, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bool",
                        position: (50, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (51, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Automatically restart worker service on config change.\nThis can be set to false to defer restarts on clusters running critical applications.\nPlease consider the security implications of inadvertently running an older version,\nand the possibility of unexpected behavior caused by inconsistent versions across a cluster when disabling this option.\n",
                       position: (52, 1),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (57, 11),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (57, 21),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (49, 38),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "extraEnvironment",
                  position: (59, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (59, 28),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (60, 11),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (60, 18),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "attrsOf",
                         position: (60, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "types",
                        position: (60, 32),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "str",
                          position: (60, 38),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (61, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Extra environment variables to pass to spark worker.",
                       position: (61, 26),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (62, 11),
                      },
                     ],
                    },
                    Map {
                     bindings: [],
                     recursive: false,
                     position: (62, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "example",
                       position: (63, 11),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SPARK_WORKER_CORES",
                          position: (64, 13),
                         },
                        ],
                       },
                       Int {
                        value: 5,
                        position: (64, 34),
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "SPARK_WORKER_MEMORY",
                          position: (65, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "2g",
                          position: (65, 36),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (63, 21),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (59, 37),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (37, 16),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "confDir",
               position: (69, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (69, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (70, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (70, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "path",
                     position: (70, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (71, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Spark configuration directory. Spark will use the configuration files (spark-defaults.conf, spark-env.sh, log4j.properties, etc) from this directory.",
                    position: (71, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (72, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (72, 22),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "package",
                        position: (72, 26),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/lib/",
                    position: (72, 34),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (72, 41),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "package",
                        position: (72, 45),
                       },
                       Raw {
                        content: "untarDir",
                        position: (72, 53),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/conf",
                    position: (72, 62),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "defaultText",
                    position: (73, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (73, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "\"",
                      position: (73, 43),
                     },
                     Raw {
                      content: "$",
                      position: (73, 44),
                     },
                     Raw {
                      content: "{package}/lib/",
                      position: (73, 47),
                     },
                     Raw {
                      content: "$",
                      position: (73, 61),
                     },
                     Raw {
                      content: "{package.untarDir}/conf\"",
                      position: (73, 64),
                     },
                    ],
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (69, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "logDir",
               position: (75, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (75, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (76, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (76, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "path",
                     position: (76, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (77, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Spark log directory.",
                    position: (77, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (78, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/log/spark",
                    position: (78, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (75, 25),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "package",
               position: (80, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (80, 17),
             },
             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: "package",
                     position: (81, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (82, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Spark package.",
                    position: (82, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (83, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (83, 19),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "spark",
                     position: (83, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "defaultText",
                    position: (84, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (84, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.spark",
                      position: (84, 42),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (85, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (85, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.spark.overrideAttrs (super: rec {\n          pname = \"spark\";\n          version = \"2.4.4\";\n\n          src = pkgs.fetchzip {\n            url    = \"mirror://apache/spark/\"",
                      position: (85, 39),
                     },
                     Raw {
                      content: "$",
                      position: (90, 46),
                     },
                     Raw {
                      content: "{pname}-",
                      position: (90, 49),
                     },
                     Raw {
                      content: "$",
                      position: (90, 57),
                     },
                     Raw {
                      content: "{version}/",
                      position: (90, 60),
                     },
                     Raw {
                      content: "$",
                      position: (90, 70),
                     },
                     Raw {
                      content: "{pname}-",
                      position: (90, 73),
                     },
                     Raw {
                      content: "$",
                      position: (90, 81),
                     },
                     Raw {
                      content: "{version}-bin-without-hadoop.tgz\";\n            sha256 = \"1a9w5k0207fysgpxx6db3a00fs5hdc2ncx99x4ccy2s0v5ndc66g\";\n          };\n        })",
                      position: (90, 84),
                     },
                    ],
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (80, 26),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (8, 22),
         },
        ),
       ],
       recursive: false,
       position: (7, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (97, 3),
        },
       ],
      },
      FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (97, 12),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "mkIf",
           position: (97, 16),
          },
         ],
        },
        default: None,
       },
       arguments: [
        BinaryOperation {
         operator: LogicalOr,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (97, 22),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "worker",
              position: (97, 26),
             },
             Raw {
              content: "enable",
              position: (97, 33),
             },
            ],
           },
           default: None,
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (97, 43),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "master",
              position: (97, 47),
             },
             Raw {
              content: "enable",
              position: (97, 54),
             },
            ],
           },
           default: None,
          },
         ],
         position: (97, 40),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (98, 5),
             },
             Raw {
              content: "systemPackages",
              position: (98, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (98, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "package",
                 position: (98, 40),
                },
               ],
              },
              default: None,
             },
            ],
            position: (98, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (99, 5),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "services",
                 position: (100, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "spark-master",
                    position: (101, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "lib",
                    position: (101, 24),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "mkIf",
                      position: (101, 28),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (101, 33),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "master",
                       position: (101, 37),
                      },
                      Raw {
                       content: "enable",
                       position: (101, 44),
                      },
                     ],
                    },
                    default: None,
                   },
                   Map {
                    bindings: [
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "path",
                         position: (102, 11),
                        },
                       ],
                      },
                      With {
                       expression: Variable {
                        identifier: "pkgs",
                        position: (102, 23),
                       },
                       target: List {
                        elements: [
                         Variable {
                          identifier: "procps",
                          position: (102, 31),
                         },
                         Variable {
                          identifier: "openssh",
                          position: (102, 38),
                         },
                         Variable {
                          identifier: "nettools",
                          position: (102, 46),
                         },
                        ],
                        position: (102, 29),
                       },
                       position: (102, 18),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "description",
                         position: (103, 11),
                        },
                       ],
                      },
                      String {
                       parts: [
                        Raw {
                         content: "spark master service.",
                         position: (103, 26),
                        },
                       ],
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "after",
                         position: (104, 11),
                        },
                       ],
                      },
                      List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "network.target",
                           position: (104, 22),
                          },
                         ],
                        },
                       ],
                       position: (104, 19),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "wantedBy",
                         position: (105, 11),
                        },
                       ],
                      },
                      List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "multi-user.target",
                           position: (105, 25),
                          },
                         ],
                        },
                       ],
                       position: (105, 22),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "restartIfChanged",
                         position: (106, 11),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (106, 30),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "master",
                          position: (106, 34),
                         },
                         Raw {
                          content: "restartIfChanged",
                          position: (106, 41),
                         },
                        ],
                       },
                       default: None,
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "environment",
                         position: (107, 11),
                        },
                       ],
                      },
                      BinaryOperation {
                       operator: Update,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (107, 25),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "master",
                            position: (107, 29),
                           },
                           Raw {
                            content: "extraEnvironment",
                            position: (107, 36),
                           },
                          ],
                         },
                         default: None,
                        },
                        Map {
                         bindings: [
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "SPARK_MASTER_HOST",
                              position: (108, 13),
                             },
                            ],
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (108, 33),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "master",
                               position: (108, 37),
                              },
                              Raw {
                               content: "bind",
                               position: (108, 44),
                              },
                             ],
                            },
                            default: None,
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "SPARK_CONF_DIR",
                              position: (109, 13),
                             },
                            ],
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (109, 30),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "confDir",
                               position: (109, 34),
                              },
                             ],
                            },
                            default: None,
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "SPARK_LOG_DIR",
                              position: (110, 13),
                             },
                            ],
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (110, 29),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "logDir",
                               position: (110, 33),
                              },
                             ],
                            },
                            default: None,
                           },
                          ),
                         ],
                         recursive: false,
                         position: (107, 56),
                        },
                       ],
                       position: (107, 53),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "serviceConfig",
                         position: (112, 11),
                        },
                       ],
                      },
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "Type",
                            position: (113, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "forking",
                            position: (113, 21),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "User",
                            position: (114, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "spark",
                            position: (114, 21),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "Group",
                            position: (115, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "spark",
                            position: (115, 22),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "WorkingDirectory",
                            position: (116, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (116, 35),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (116, 39),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/lib/",
                            position: (116, 47),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (116, 54),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (116, 58),
                               },
                               Raw {
                                content: "untarDir",
                                position: (116, 66),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "ExecStart",
                            position: (117, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (117, 28),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (117, 32),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/lib/",
                            position: (117, 40),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (117, 47),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (117, 51),
                               },
                               Raw {
                                content: "untarDir",
                                position: (117, 59),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/sbin/start-master.sh",
                            position: (117, 68),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "ExecStop",
                            position: (118, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (118, 28),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (118, 32),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/lib/",
                            position: (118, 40),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (118, 47),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (118, 51),
                               },
                               Raw {
                                content: "untarDir",
                                position: (118, 59),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/sbin/stop-master.sh",
                            position: (118, 68),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "TimeoutSec",
                            position: (119, 13),
                           },
                          ],
                         },
                         Int {
                          value: 300,
                          position: (119, 26),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "StartLimitBurst",
                            position: (120, 13),
                           },
                          ],
                         },
                         Int {
                          value: 10,
                          position: (120, 29),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "Restart",
                            position: (121, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "always",
                            position: (121, 24),
                           },
                          ],
                         },
                        ),
                       ],
                       recursive: false,
                       position: (112, 27),
                      },
                     ),
                    ],
                    recursive: false,
                    position: (101, 51),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "spark-worker",
                    position: (124, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "lib",
                    position: (124, 24),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "mkIf",
                      position: (124, 28),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (124, 33),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "worker",
                       position: (124, 37),
                      },
                      Raw {
                       content: "enable",
                       position: (124, 44),
                      },
                     ],
                    },
                    default: None,
                   },
                   Map {
                    bindings: [
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "path",
                         position: (125, 11),
                        },
                       ],
                      },
                      With {
                       expression: Variable {
                        identifier: "pkgs",
                        position: (125, 23),
                       },
                       target: List {
                        elements: [
                         Variable {
                          identifier: "procps",
                          position: (125, 31),
                         },
                         Variable {
                          identifier: "openssh",
                          position: (125, 38),
                         },
                         Variable {
                          identifier: "nettools",
                          position: (125, 46),
                         },
                         Variable {
                          identifier: "rsync",
                          position: (125, 55),
                         },
                        ],
                        position: (125, 29),
                       },
                       position: (125, 18),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "description",
                         position: (126, 11),
                        },
                       ],
                      },
                      String {
                       parts: [
                        Raw {
                         content: "spark master service.",
                         position: (126, 26),
                        },
                       ],
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "after",
                         position: (127, 11),
                        },
                       ],
                      },
                      List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "network.target",
                           position: (127, 22),
                          },
                         ],
                        },
                       ],
                       position: (127, 19),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "wantedBy",
                         position: (128, 11),
                        },
                       ],
                      },
                      List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "multi-user.target",
                           position: (128, 25),
                          },
                         ],
                        },
                       ],
                       position: (128, 22),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "restartIfChanged",
                         position: (129, 11),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (129, 30),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "worker",
                          position: (129, 34),
                         },
                         Raw {
                          content: "restartIfChanged",
                          position: (129, 41),
                         },
                        ],
                       },
                       default: None,
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "environment",
                         position: (130, 11),
                        },
                       ],
                      },
                      BinaryOperation {
                       operator: Update,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (130, 25),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "worker",
                            position: (130, 29),
                           },
                           Raw {
                            content: "extraEnvironment",
                            position: (130, 36),
                           },
                          ],
                         },
                         default: None,
                        },
                        Map {
                         bindings: [
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "SPARK_MASTER",
                              position: (131, 13),
                             },
                            ],
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (131, 28),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "worker",
                               position: (131, 32),
                              },
                              Raw {
                               content: "master",
                               position: (131, 39),
                              },
                             ],
                            },
                            default: None,
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "SPARK_CONF_DIR",
                              position: (132, 13),
                             },
                            ],
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (132, 30),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "confDir",
                               position: (132, 34),
                              },
                             ],
                            },
                            default: None,
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "SPARK_LOG_DIR",
                              position: (133, 13),
                             },
                            ],
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (133, 29),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "logDir",
                               position: (133, 33),
                              },
                             ],
                            },
                            default: None,
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "SPARK_WORKER_DIR",
                              position: (134, 13),
                             },
                            ],
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (134, 32),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "worker",
                               position: (134, 36),
                              },
                              Raw {
                               content: "workDir",
                               position: (134, 43),
                              },
                             ],
                            },
                            default: None,
                           },
                          ),
                         ],
                         recursive: false,
                         position: (130, 56),
                        },
                       ],
                       position: (130, 53),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "serviceConfig",
                         position: (136, 11),
                        },
                       ],
                      },
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "Type",
                            position: (137, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "forking",
                            position: (137, 21),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "User",
                            position: (138, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "spark",
                            position: (138, 21),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "WorkingDirectory",
                            position: (139, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (139, 35),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (139, 39),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/lib/",
                            position: (139, 47),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (139, 54),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (139, 58),
                               },
                               Raw {
                                content: "untarDir",
                                position: (139, 66),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "ExecStart",
                            position: (140, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (140, 28),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (140, 32),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/lib/",
                            position: (140, 40),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (140, 47),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (140, 51),
                               },
                               Raw {
                                content: "untarDir",
                                position: (140, 59),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/sbin/start-worker.sh spark://",
                            position: (140, 68),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (140, 100),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "worker",
                                position: (140, 104),
                               },
                               Raw {
                                content: "master",
                                position: (140, 111),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "ExecStop",
                            position: (141, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (141, 28),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (141, 32),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/lib/",
                            position: (141, 40),
                           },
                           Expression {
                            expression: PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (141, 47),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "package",
                                position: (141, 51),
                               },
                               Raw {
                                content: "untarDir",
                                position: (141, 59),
                               },
                              ],
                             },
                             default: None,
                            },
                           },
                           Raw {
                            content: "/sbin/stop-worker.sh",
                            position: (141, 68),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "TimeoutSec",
                            position: (142, 13),
                           },
                          ],
                         },
                         Int {
                          value: 300,
                          position: (142, 26),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "StartLimitBurst",
                            position: (143, 13),
                           },
                          ],
                         },
                         Int {
                          value: 10,
                          position: (143, 29),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "Restart",
                            position: (144, 13),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "always",
                            position: (144, 24),
                           },
                          ],
                         },
                        ),
                       ],
                       recursive: false,
                       position: (136, 27),
                      },
                     ),
                    ],
                    recursive: false,
                    position: (124, 51),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (100, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "tmpfiles",
                 position: (148, 7),
                },
                Raw {
                 content: "rules",
                 position: (148, 16),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "d '",
                   position: (149, 10),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (149, 15),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "worker",
                       position: (149, 19),
                      },
                      Raw {
                       content: "workDir",
                       position: (149, 26),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "' - spark spark - -",
                   position: (149, 34),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "d '",
                   position: (150, 10),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (150, 15),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "logDir",
                       position: (150, 19),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "' - spark spark - -",
                   position: (150, 26),
                  },
                 ],
                },
               ],
               position: (148, 24),
              },
             ),
            ],
            recursive: false,
            position: (99, 15),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (153, 5),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "users",
                 position: (154, 7),
                },
                Raw {
                 content: "spark",
                 position: (154, 13),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (155, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "spark user.",
                    position: (155, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "group",
                    position: (156, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "spark",
                    position: (156, 18),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "isSystemUser",
                    position: (157, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (157, 24),
                 },
                ),
               ],
               recursive: false,
               position: (154, 21),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "groups",
                 position: (159, 7),
                },
                Raw {
                 content: "spark",
                 position: (159, 14),
                },
               ],
              },
              Map {
               bindings: [],
               recursive: false,
               position: (159, 22),
              },
             ),
            ],
            recursive: false,
            position: (153, 13),
           },
          ),
         ],
         recursive: false,
         position: (97, 62),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (6, 1),
   },
   position: (5, 1),
  },
  position: (2, 1),
 },
 position: (1, 1),
}