---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   Inherit(
    Some(
     Variable {
      identifier: "lib",
      position: (4, 12),
     },
    ),
    [
     Raw {
      content: "literalExpression",
      position: (4, 17),
     },
     Raw {
      content: "mkIf",
      position: (4, 35),
     },
     Raw {
      content: "mkOption",
      position: (4, 40),
     },
     Raw {
      content: "singleton",
      position: (4, 49),
     },
     Raw {
      content: "types",
      position: (4, 59),
     },
    ],
   ),
   Inherit(
    Some(
     Variable {
      identifier: "pkgs",
      position: (5, 12),
     },
    ),
    [
     Raw {
      content: "coreutils",
      position: (5, 18),
     },
    ],
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "cfg",
       position: (6, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (6, 9),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (6, 16),
       },
       Raw {
        content: "exim",
        position: (6, 25),
       },
      ],
     },
     default: None,
    },
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (13, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (15, 5),
          },
          Raw {
           content: "exim",
           position: (15, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (17, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (17, 16),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (18, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (18, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (18, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (19, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (19, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (20, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Whether to enable the Exim mail transfer agent.",
                   position: (20, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (17, 25),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "config",
              position: (23, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (23, 16),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (24, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (24, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "lines",
                    position: (24, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (25, 9),
                  },
                 ],
                },
                String {
                 parts: [],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (26, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Verbatim Exim configuration.  This should not contain exim_user,\nexim_group, exim_path, or spool_directory.\n",
                   position: (27, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (23, 25),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "user",
              position: (32, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (32, 14),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (33, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (33, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "str",
                    position: (33, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (34, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "exim",
                   position: (34, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (35, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "User to use when no root privileges are required.\nIn particular, this applies when receiving messages and when doing\nremote deliveries.  (Local deliveries run as various non-root users,\ntypically as the owner of a local mailbox.) Specifying this value\nas root is not supported.\n",
                   position: (36, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (32, 23),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "group",
              position: (44, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (44, 15),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (45, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (45, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "str",
                    position: (45, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (46, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "exim",
                   position: (46, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (47, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Group to use when no root privileges are required.\n",
                   position: (48, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (44, 24),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "spoolDir",
              position: (52, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (52, 18),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (53, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (53, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (53, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (54, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "/var/spool/exim",
                   position: (54, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (55, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Location of the spool directory of exim.\n",
                   position: (56, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (52, 27),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "package",
              position: (60, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (60, 17),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (61, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (61, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "package",
                    position: (61, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (62, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (62, 19),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "exim",
                    position: (62, 24),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "defaultText",
                   position: (63, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "literalExpression",
                  position: (63, 23),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "pkgs.exim",
                     position: (63, 42),
                    },
                   ],
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (64, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "The Exim derivation to use.\nThis can be used to enable features such as LDAP or PAM support.\n",
                   position: (65, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (60, 26),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "queueRunnerInterval",
              position: (70, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (70, 29),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (71, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (71, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "str",
                    position: (71, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (72, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "5m",
                   position: (72, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (73, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "How often to spawn a new queue runner.\n",
                   position: (74, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (70, 38),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (15, 21),
        },
       ),
      ],
      recursive: false,
      position: (13, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (84, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (84, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (84, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "enable",
           position: (84, 21),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "environment",
             position: (86, 5),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "etc",
                position: (87, 7),
               },
               Expression {
                expression: String {
                 parts: [
                  Raw {
                   content: "exim.conf",
                   position: (87, 12),
                  },
                 ],
                },
               },
               Raw {
                content: "text",
                position: (87, 23),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "exim_user = ",
                position: (88, 1),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (88, 23),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "user",
                    position: (88, 27),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\nexim_group = ",
                position: (88, 32),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (89, 24),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "group",
                    position: (89, 28),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\nexim_path = /run/wrappers/bin/exim\nspool_directory = ",
                position: (89, 34),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (91, 29),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "spoolDir",
                    position: (91, 33),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\n",
                position: (91, 42),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (92, 11),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "config",
                    position: (92, 15),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\n",
                position: (92, 22),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "systemPackages",
                position: (94, 7),
               },
              ],
             },
             List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (94, 26),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "package",
                   position: (94, 30),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (94, 24),
             },
            ),
           ],
           recursive: false,
           position: (86, 19),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "users",
             position: (97, 5),
            },
            Raw {
             content: "users",
             position: (97, 11),
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (97, 19),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "user",
                 position: (97, 23),
                },
               ],
              },
              default: None,
             },
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (98, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "Exim mail transfer agent user",
                position: (98, 22),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "uid",
                position: (99, 7),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (99, 13),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "ids",
                 position: (99, 20),
                },
                Raw {
                 content: "uids",
                 position: (99, 24),
                },
                Raw {
                 content: "exim",
                 position: (99, 29),
                },
               ],
              },
              default: None,
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "group",
                position: (100, 7),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (100, 15),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "group",
                 position: (100, 19),
                },
               ],
              },
              default: None,
             },
            ),
           ],
           recursive: false,
           position: (97, 31),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "users",
             position: (103, 5),
            },
            Raw {
             content: "groups",
             position: (103, 11),
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (103, 20),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "group",
                 position: (103, 24),
                },
               ],
              },
              default: None,
             },
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "gid",
                position: (104, 7),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (104, 13),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "ids",
                 position: (104, 20),
                },
                Raw {
                 content: "gids",
                 position: (104, 24),
                },
                Raw {
                 content: "exim",
                 position: (104, 29),
                },
               ],
              },
              default: None,
             },
            ),
           ],
           recursive: false,
           position: (103, 33),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "security",
             position: (107, 5),
            },
            Raw {
             content: "wrappers",
             position: (107, 14),
            },
            Raw {
             content: "exim",
             position: (107, 23),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "setuid",
                position: (108, 9),
               },
              ],
             },
             Variable {
              identifier: "true",
              position: (108, 18),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "owner",
                position: (109, 9),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "root",
                position: (109, 18),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "group",
                position: (110, 9),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "root",
                position: (110, 18),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "source",
                position: (111, 9),
               },
              ],
             },
             String {
              parts: [
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (111, 21),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "package",
                    position: (111, 25),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "/bin/exim",
                position: (111, 33),
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (108, 7),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "systemd",
             position: (114, 5),
            },
            Raw {
             content: "services",
             position: (114, 13),
            },
            Raw {
             content: "exim",
             position: (114, 22),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (115, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "Exim Mail Daemon",
                position: (115, 22),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "wantedBy",
                position: (116, 7),
               },
              ],
             },
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "multi-user.target",
                  position: (116, 21),
                 },
                ],
               },
              ],
              position: (116, 18),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "restartTriggers",
                position: (117, 7),
               },
              ],
             },
             List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (117, 27),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "environment",
                   position: (117, 34),
                  },
                  Raw {
                   content: "etc",
                   position: (117, 46),
                  },
                  Expression {
                   expression: String {
                    parts: [
                     Raw {
                      content: "exim.conf",
                      position: (117, 51),
                     },
                    ],
                   },
                  },
                  Raw {
                   content: "source",
                   position: (117, 62),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (117, 25),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "serviceConfig",
                position: (118, 7),
               },
              ],
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "ExecStart",
                   position: (119, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (119, 26),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "package",
                       position: (119, 30),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/bin/exim -bdf -q",
                   position: (119, 38),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (119, 57),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "queueRunnerInterval",
                       position: (119, 61),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "ExecReload",
                   position: (120, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Expression {
                   expression: Variable {
                    identifier: "coreutils",
                    position: (120, 26),
                   },
                  },
                  Raw {
                   content: "/bin/kill -HUP $MAINPID",
                   position: (120, 36),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (118, 23),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "preStart",
                position: (122, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "if ! test -d ",
                position: (123, 1),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (123, 24),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "spoolDir",
                    position: (123, 28),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "; then\n  ",
                position: (123, 37),
               },
               Expression {
                expression: Variable {
                 identifier: "coreutils",
                 position: (124, 13),
                },
               },
               Raw {
                content: "/bin/mkdir -p ",
                position: (124, 23),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (124, 39),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "spoolDir",
                    position: (124, 43),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\n  ",
                position: (124, 52),
               },
               Expression {
                expression: Variable {
                 identifier: "coreutils",
                 position: (125, 13),
                },
               },
               Raw {
                content: "/bin/chown ",
                position: (125, 23),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (125, 36),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "user",
                    position: (125, 40),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: ":",
                position: (125, 45),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (125, 48),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "group",
                    position: (125, 52),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: " ",
                position: (125, 58),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (125, 61),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "spoolDir",
                    position: (125, 65),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\nfi\n",
                position: (125, 74),
               },
              ],
             },
            ),
           ],
           recursive: false,
           position: (114, 29),
          },
         ),
        ],
        recursive: false,
        position: (84, 28),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (9, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}