---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (7, 16),
        },
        Raw {
         content: "aerospike",
         position: (7, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "aerospikeConf",
        position: (9, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (9, 19),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "writeText",
          position: (9, 24),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "aerospike.conf",
          position: (9, 35),
         },
        ],
       },
       String {
        parts: [
         Raw {
          content: "# This stanza must come first.\nservice {\n  user aerospike\n  group aerospike\n  paxos-single-replica-limit 1 # Number of nodes where the replica count is automatically reduced to 1.\n  proto-fd-max 15000\n  work-directory ",
          position: (10, 1),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (16, 24),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "workDir",
              position: (16, 28),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\n}\nlogging {\n  console {\n    context any info\n  }\n}\nmod-lua {\n  system-path ",
          position: (16, 36),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (24, 21),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "package",
              position: (24, 25),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "/share/udf/lua\n  user-path ",
          position: (24, 33),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (25, 19),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "workDir",
              position: (25, 23),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "/udf/lua\n}\nnetwork {\n  ",
          position: (25, 31),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (28, 9),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "networkConfig",
              position: (28, 13),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\n}\n",
          position: (28, 27),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (30, 7),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "extraConfig",
              position: (30, 11),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: "\n",
          position: (30, 23),
         },
        ],
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (39, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (41, 5),
           },
           Raw {
            content: "aerospike",
            position: (41, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (42, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (42, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "Aerospike server",
                 position: (42, 32),
                },
               ],
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "package",
               position: (44, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (44, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (45, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (45, 19),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "aerospike",
                     position: (45, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "defaultText",
                    position: (46, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (46, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.aerospike",
                      position: (46, 42),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (47, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (47, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "package",
                     position: (47, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (48, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Which Aerospike derivation to use",
                    position: (48, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (44, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "workDir",
               position: (51, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (51, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (52, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (52, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (52, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (53, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/lib/aerospike",
                    position: (53, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (54, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Location where Aerospike stores its files",
                    position: (54, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (51, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "networkConfig",
               position: (57, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (57, 23),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (58, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (58, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "lines",
                     position: (58, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (59, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "service {\n  address any\n  port 3000\n}\n\nheartbeat {\n  address any\n  mode mesh\n  port 3002\n  interval 150\n  timeout 10\n}\n\nfabric {\n  address any\n  port 3001\n}\n\ninfo {\n  address any\n  port 3003\n}\n",
                    position: (60, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (83, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "network section of configuration file",
                    position: (83, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (57, 32),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "extraConfig",
               position: (86, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (86, 21),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (87, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (87, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "lines",
                     position: (87, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (88, 9),
                   },
                  ],
                 },
                 String {
                  parts: [],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (89, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "namespace test {\n  replication-factor 2\n  memory-size 4G\n  default-ttl 30d\n  storage-engine memory\n}\n",
                    position: (90, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (97, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Extra configuration",
                    position: (97, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (86, 30),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (41, 26),
         },
        ),
       ],
       recursive: false,
       position: (39, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (106, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (106, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "config",
          position: (106, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (106, 24),
           },
           Raw {
            content: "aerospike",
            position: (106, 33),
           },
           Raw {
            content: "enable",
            position: (106, 43),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (108, 5),
             },
             Raw {
              content: "users",
              position: (108, 11),
             },
             Raw {
              content: "aerospike",
              position: (108, 17),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "name",
                 position: (109, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "aerospike",
                 position: (109, 15),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "group",
                 position: (110, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "aerospike",
                 position: (110, 16),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "uid",
                 position: (111, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (111, 13),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "ids",
                  position: (111, 20),
                 },
                 Raw {
                  content: "uids",
                  position: (111, 24),
                 },
                 Raw {
                  content: "aerospike",
                  position: (111, 29),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (112, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Aerospike server user",
                 position: (112, 22),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (108, 29),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (114, 5),
             },
             Raw {
              content: "groups",
              position: (114, 11),
             },
             Raw {
              content: "aerospike",
              position: (114, 18),
             },
             Raw {
              content: "gid",
              position: (114, 28),
             },
            ],
           },
           PropertyAccess {
            expression: Variable {
             identifier: "config",
             position: (114, 34),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "ids",
               position: (114, 41),
              },
              Raw {
               content: "gids",
               position: (114, 45),
              },
              Raw {
               content: "aerospike",
               position: (114, 50),
              },
             ],
            },
            default: None,
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (116, 5),
             },
             Raw {
              content: "services",
              position: (116, 13),
             },
             Raw {
              content: "aerospike",
              position: (116, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (117, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Aerospike server",
                 position: (117, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (119, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (119, 21),
                  },
                 ],
                },
               ],
               position: (119, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (120, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "network.target",
                   position: (120, 18),
                  },
                 ],
                },
               ],
               position: (120, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (122, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStart",
                    position: (123, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (123, 24),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "package",
                        position: (123, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/asd --fgdaemon --config-file ",
                    position: (123, 36),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "aerospikeConf",
                     position: (123, 72),
                    },
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "User",
                    position: (124, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "aerospike",
                    position: (124, 17),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Group",
                    position: (125, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "aerospike",
                    position: (125, 18),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LimitNOFILE",
                    position: (126, 9),
                   },
                  ],
                 },
                 Int {
                  value: 100000,
                  position: (126, 23),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "PermissionsStartOnly",
                    position: (127, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (127, 32),
                 },
                ),
               ],
               recursive: false,
               position: (122, 23),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "preStart",
                 position: (130, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "if [ $(echo \"$(",
                 position: (131, 1),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (131, 26),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "procps",
                     position: (131, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/sysctl -n kernel.shmall) < 4294967296\" | ",
                 position: (131, 38),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (131, 86),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bc",
                     position: (131, 91),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/bc) == \"1\"  ]; then\n  echo \"kernel.shmall too low, setting to 4G pages\"\n  ",
                 position: (131, 94),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (133, 13),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "procps",
                     position: (133, 18),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/sysctl -w kernel.shmall=4294967296\nfi\nif [ $(echo \"$(",
                 position: (133, 25),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (135, 26),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "procps",
                     position: (135, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/sysctl -n kernel.shmmax) < 1073741824\" | ",
                 position: (135, 38),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (135, 86),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bc",
                     position: (135, 91),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/bc) == \"1\"  ]; then\n  echo \"kernel.shmmax too low, setting to 1GB\"\n  ",
                 position: (135, 94),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (137, 13),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "procps",
                     position: (137, 18),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/sysctl -w kernel.shmmax=1073741824\nfi\nif [ $(echo \"$(cat /proc/sys/net/core/rmem_max) < 15728640\" | ",
                 position: (137, 25),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (139, 73),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bc",
                     position: (139, 78),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/bc) == \"1\" ]; then\n  echo \"increasing socket buffer limit (/proc/sys/net/core/rmem_max): $(cat /proc/sys/net/core/rmem_max) -> 15728640\"\n  echo 15728640 > /proc/sys/net/core/rmem_max\nfi\nif [ $(echo \"$(cat /proc/sys/net/core/wmem_max) <  5242880\" | ",
                 position: (139, 81),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (143, 73),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bc",
                     position: (143, 78),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/bc) == \"1\"  ]; then\n  echo \"increasing socket buffer limit (/proc/sys/net/core/wmem_max): $(cat /proc/sys/net/core/wmem_max) -> 5242880\"\n  echo  5242880 > /proc/sys/net/core/wmem_max\nfi\ninstall -d -m0700 -o ",
                 position: (143, 81),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (147, 32),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "User",
                     position: (147, 46),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " -g ",
                 position: (147, 51),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (147, 57),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "Group",
                     position: (147, 71),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " \"",
                 position: (147, 77),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (147, 81),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "workDir",
                     position: (147, 85),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "\"\ninstall -d -m0700 -o ",
                 position: (147, 93),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (148, 32),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "User",
                     position: (148, 46),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " -g ",
                 position: (148, 51),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (148, 57),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "Group",
                     position: (148, 71),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " \"",
                 position: (148, 77),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (148, 81),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "workDir",
                     position: (148, 85),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/smd\"\ninstall -d -m0700 -o ",
                 position: (148, 93),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (149, 32),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "User",
                     position: (149, 46),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " -g ",
                 position: (149, 51),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (149, 57),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "Group",
                     position: (149, 71),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " \"",
                 position: (149, 77),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (149, 81),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "workDir",
                     position: (149, 85),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/udf\"\ninstall -d -m0700 -o ",
                 position: (149, 93),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (150, 32),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "User",
                     position: (150, 46),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " -g ",
                 position: (150, 51),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "serviceConfig",
                   position: (150, 57),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "Group",
                     position: (150, 71),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: " \"",
                 position: (150, 77),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (150, 81),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "workDir",
                     position: (150, 85),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/udf/lua\"\n",
                 position: (150, 93),
                },
               ],
              },
             ),
            ],
            recursive: true,
            position: (116, 34),
           },
          ),
         ],
         recursive: false,
         position: (106, 50),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (35, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}