---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "postfixadmin",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "fpm",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (7, 16),
        },
        Raw {
         content: "phpfpm",
         position: (7, 25),
        },
        Raw {
         content: "pools",
         position: (7, 32),
        },
        Raw {
         content: "postfixadmin",
         position: (7, 38),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "localDB",
        position: (8, 3),
       },
      ],
     },
     BinaryOperation {
      operator: EqualTo,
      operands: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (8, 13),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "database",
           position: (8, 17),
          },
          Raw {
           content: "host",
           position: (8, 26),
          },
         ],
        },
        default: None,
       },
       String {
        parts: [
         Raw {
          content: "localhost",
          position: (8, 35),
         },
        ],
       },
      ],
      position: (8, 31),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "user",
        position: (9, 3),
       },
      ],
     },
     IfThenElse {
      predicate: Variable {
       identifier: "localDB",
       position: (9, 13),
      },
      then: PropertyAccess {
       expression: Variable {
        identifier: "cfg",
        position: (9, 26),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "database",
          position: (9, 30),
         },
         Raw {
          content: "username",
          position: (9, 39),
         },
        ],
       },
       default: None,
      },
      else_: String {
       parts: [
        Raw {
         content: "nginx",
         position: (9, 54),
        },
       ],
      },
      position: (9, 10),
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (12, 3),
        },
        Raw {
         content: "services",
         position: (12, 11),
        },
        Raw {
         content: "postfixadmin",
         position: (12, 20),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (13, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (13, 14),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (14, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (14, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "bool",
                  position: (14, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (15, 7),
                },
               ],
              },
              Variable {
               identifier: "false",
               position: (15, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (16, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Whether to enable postfixadmin.\n\nAlso enables nginx virtual host management.\nFurther nginx configuration can be done by adapting <literal>services.nginx.virtualHosts.&lt;name&gt;</literal>.\nSee <xref linkend=\"opt-services.nginx.virtualHosts\"/> for further information.\n",
                 position: (17, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (13, 23),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "hostName",
            position: (25, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (25, 16),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (26, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (26, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "str",
                  position: (26, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (27, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "postfixadmin.example.com",
                 position: (27, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (28, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Hostname to use for the nginx vhost",
                 position: (28, 22),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (25, 25),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "adminEmail",
            position: (31, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (31, 18),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (32, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (32, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "str",
                  position: (32, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (33, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "postmaster@example.com",
                 position: (33, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (34, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Defines the Site Admin's email address.\nThis will be used to send emails from to create mailboxes and\nfrom Send Email / Broadcast message pages.\n",
                 position: (35, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (31, 27),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "setupPasswordFile",
            position: (41, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (41, 25),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (42, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (42, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "path",
                  position: (42, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (43, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Password file for the admin.\nGenerate with <literal>php -r \"echo password_hash('some password here', PASSWORD_DEFAULT);\"</literal>\n",
                 position: (44, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (41, 34),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "database",
            position: (49, 5),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "username",
               position: (50, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (50, 18),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (51, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (51, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (51, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (52, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "postfixadmin",
                    position: (52, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (53, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Username for the postgresql connection.\nIf <literal>database.host</literal> is set to <literal>localhost</literal>, a unix user and group of the same name will be created as well.\n",
                    position: (54, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (50, 27),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "host",
               position: (58, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (58, 14),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (59, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (59, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (59, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (60, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "localhost",
                    position: (60, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (61, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Host of the postgresql server. If this is not set to\n<literal>localhost</literal>, you have to create the\npostgresql user and database yourself, with appropriate\npermissions.\n",
                    position: (62, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (58, 23),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "passwordFile",
               position: (68, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (68, 22),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (69, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (69, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "path",
                     position: (69, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (70, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Password file for the postgresql connection. Must be readable by user <literal>nginx</literal>.",
                    position: (70, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (68, 31),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "dbname",
               position: (72, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (72, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (73, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (73, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (73, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (74, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "postfixadmin",
                    position: (74, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (75, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Name of the postgresql database",
                    position: (75, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (72, 25),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (49, 16),
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "extraConfig",
            position: (79, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (79, 19),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (80, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (80, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "lines",
                  position: (80, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (81, 7),
                },
               ],
              },
              String {
               parts: [],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (82, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Extra configuration for the postfixadmin instance, see postfixadmin's config.inc.php for available options.",
                 position: (82, 22),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (79, 28),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (12, 35),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (86, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (86, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (86, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (86, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (87, 5),
             },
             Raw {
              content: "etc",
              position: (87, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "postfixadmin/config.local.php",
                 position: (87, 22),
                },
               ],
              },
             },
             Raw {
              content: "text",
              position: (87, 53),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "<?php\n\n$CONF['setup_password'] = file_get_contents(",
              position: (88, 1),
             },
             Raw {
              content: "'",
              position: (90, 51),
             },
             Expression {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (90, 54),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "setupPasswordFile",
                  position: (90, 58),
                 },
                ],
               },
               default: None,
              },
             },
             Raw {
              content: "');\n\n$CONF['database_type'] = 'pgsql';\n$CONF['database_host'] = ",
              position: (90, 76),
             },
             Expression {
              expression: IfThenElse {
               predicate: Variable {
                identifier: "localDB",
                position: (93, 37),
               },
               then: String {
                parts: [
                 Raw {
                  content: "null",
                  position: (93, 51),
                 },
                ],
               },
               else_: String {
                parts: [
                 Raw {
                  content: "'",
                  position: (93, 63),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (93, 66),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "database",
                      position: (93, 70),
                     },
                     Raw {
                      content: "host",
                      position: (93, 79),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "'",
                  position: (93, 84),
                 },
                ],
               },
               position: (93, 34),
              },
             },
             Raw {
              content: ";\n",
              position: (93, 87),
             },
             Expression {
              expression: FunctionApplication {
               function: Variable {
                identifier: "optionalString",
                position: (94, 9),
               },
               arguments: [
                Variable {
                 identifier: "localDB",
                 position: (94, 24),
                },
                String {
                 parts: [
                  Raw {
                   content: "$CONF['database_user'] = '",
                   position: (94, 33),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (94, 61),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (94, 65),
                      },
                      Raw {
                       content: "username",
                       position: (94, 74),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "';",
                   position: (94, 83),
                  },
                 ],
                },
               ],
              },
             },
             Raw {
              content: "\n$CONF['database_password'] = ",
              position: (94, 87),
             },
             Expression {
              expression: IfThenElse {
               predicate: Variable {
                identifier: "localDB",
                position: (95, 41),
               },
               then: String {
                parts: [
                 Raw {
                  content: "'dummy'",
                  position: (95, 55),
                 },
                ],
               },
               else_: String {
                parts: [
                 Raw {
                  content: "file_get_contents('",
                  position: (95, 70),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (95, 91),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "database",
                      position: (95, 95),
                     },
                     Raw {
                      content: "passwordFile",
                      position: (95, 104),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "')",
                  position: (95, 117),
                 },
                ],
               },
               position: (95, 38),
              },
             },
             Raw {
              content: ";\n$CONF['database_name'] = ",
              position: (95, 121),
             },
             Raw {
              content: "'",
              position: (96, 32),
             },
             Expression {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (96, 35),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "database",
                  position: (96, 39),
                 },
                 Raw {
                  content: "dbname",
                  position: (96, 48),
                 },
                ],
               },
               default: None,
              },
             },
             Raw {
              content: "';\n$CONF['configured'] = true;\n\n",
              position: (96, 55),
             },
             Expression {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (99, 9),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "extraConfig",
                  position: (99, 13),
                 },
                ],
               },
               default: None,
              },
             },
             Raw {
              content: "\n",
              position: (99, 25),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (102, 5),
             },
             Raw {
              content: "tmpfiles",
              position: (102, 13),
             },
             Raw {
              content: "rules",
              position: (102, 22),
             },
            ],
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "d /var/cache/postfixadmin/templates_c 700 ",
                position: (102, 33),
               },
               Expression {
                expression: Variable {
                 identifier: "user",
                 position: (102, 77),
                },
               },
               Raw {
                content: " ",
                position: (102, 82),
               },
               Expression {
                expression: Variable {
                 identifier: "user",
                 position: (102, 85),
                },
               },
              ],
             },
            ],
            position: (102, 30),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (104, 5),
             },
             Raw {
              content: "nginx",
              position: (104, 14),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "enable",
                 position: (105, 7),
                },
               ],
              },
              Variable {
               identifier: "true",
               position: (105, 16),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "virtualHosts",
                 position: (106, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (107, 11),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "hostName",
                        position: (107, 15),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "forceSSL",
                       position: (108, 11),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "mkDefault",
                      position: (108, 22),
                     },
                     arguments: [
                      Variable {
                       identifier: "true",
                       position: (108, 32),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "enableACME",
                       position: (109, 11),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "mkDefault",
                      position: (109, 24),
                     },
                     arguments: [
                      Variable {
                       identifier: "true",
                       position: (109, 34),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "locations",
                       position: (110, 11),
                      },
                      Expression {
                       expression: String {
                        parts: [
                         Raw {
                          content: "/",
                          position: (110, 22),
                         },
                        ],
                       },
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "root",
                          position: (111, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "pkgs",
                            position: (111, 23),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "postfixadmin",
                              position: (111, 28),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: "/public",
                          position: (111, 41),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "index",
                          position: (112, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "index.php",
                          position: (112, 22),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "extraConfig",
                          position: (113, 13),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "location ~* \\.php$ {\n  fastcgi_split_path_info ^(.+\\.php)(/.+)$;\n  fastcgi_pass unix:",
                          position: (114, 1),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "fpm",
                            position: (116, 37),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "socket",
                              position: (116, 41),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: ";\n  include ",
                          position: (116, 48),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "config",
                            position: (117, 27),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "services",
                              position: (117, 34),
                             },
                             Raw {
                              content: "nginx",
                              position: (117, 43),
                             },
                             Raw {
                              content: "package",
                              position: (117, 49),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: "/conf/fastcgi_params;\n  include ",
                          position: (117, 57),
                         },
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "pkgs",
                            position: (118, 27),
                           },
                           attribute_path: AttributePath {
                            attributes: [
                             Raw {
                              content: "nginx",
                              position: (118, 32),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: "/conf/fastcgi.conf;\n}\n",
                          position: (118, 38),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (110, 27),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (107, 27),
                 },
                ),
               ],
               recursive: false,
               position: (106, 22),
              },
             ),
            ],
            recursive: false,
            position: (104, 22),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (126, 5),
             },
             Raw {
              content: "postgresql",
              position: (126, 14),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (126, 27),
            },
            arguments: [
             Variable {
              identifier: "localDB",
              position: (126, 32),
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "enable",
                   position: (127, 7),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (127, 16),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "ensureUsers",
                   position: (128, 7),
                  },
                 ],
                },
                List {
                 elements: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "name",
                        position: (129, 9),
                       },
                      ],
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (129, 16),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "database",
                         position: (129, 20),
                        },
                        Raw {
                         content: "username",
                         position: (129, 29),
                        },
                       ],
                      },
                      default: None,
                     },
                    ),
                   ],
                   recursive: false,
                   position: (128, 23),
                  },
                 ],
                 position: (128, 21),
                },
               ),
              ],
              recursive: false,
              position: (126, 40),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (135, 5),
             },
             Raw {
              content: "services",
              position: (135, 13),
             },
             Raw {
              content: "postfixadmin-postgres",
              position: (135, 22),
             },
            ],
           },
           LetIn {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "pgsql",
                 position: (135, 50),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (135, 58),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "services",
                  position: (135, 65),
                 },
                 Raw {
                  content: "postgresql",
                  position: (135, 74),
                 },
                ],
               },
               default: None,
              },
             ),
            ],
            target: FunctionApplication {
             function: Variable {
              identifier: "mkIf",
              position: (135, 89),
             },
             arguments: [
              Variable {
               identifier: "localDB",
               position: (135, 94),
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "after",
                    position: (136, 7),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "postgresql.service",
                      position: (136, 18),
                     },
                    ],
                   },
                  ],
                  position: (136, 15),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "bindsTo",
                    position: (137, 7),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "postgresql.service",
                      position: (137, 20),
                     },
                    ],
                   },
                  ],
                  position: (137, 17),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "wantedBy",
                    position: (138, 7),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "multi-user.target",
                      position: (138, 21),
                     },
                    ],
                   },
                  ],
                  position: (138, 18),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "path",
                    position: (139, 7),
                   },
                  ],
                 },
                 List {
                  elements: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "pgsql",
                     position: (140, 9),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "package",
                       position: (140, 15),
                      },
                     ],
                    },
                    default: None,
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "pkgs",
                     position: (141, 9),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "util-linux",
                       position: (141, 14),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                  position: (139, 14),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "script",
                    position: (143, 7),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "set -eu\n\nPSQL() {\n    psql --port=",
                    position: (144, 1),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "toString",
                      position: (147, 27),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "pgsql",
                        position: (147, 36),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "port",
                          position: (147, 42),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: " \"$@\"\n}\n\nPSQL -tAc \"SELECT 1 FROM pg_database WHERE datname = ",
                    position: (147, 47),
                   },
                   Raw {
                    content: "'",
                    position: (150, 62),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (150, 65),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (150, 69),
                       },
                       Raw {
                        content: "dbname",
                        position: (150, 78),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "'\" | grep -q 1 || PSQL -tAc 'CREATE DATABASE \"",
                    position: (150, 85),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (150, 133),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (150, 137),
                       },
                       Raw {
                        content: "dbname",
                        position: (150, 146),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\" OWNER \"",
                    position: (150, 153),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (150, 164),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (150, 168),
                       },
                       Raw {
                        content: "username",
                        position: (150, 177),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\"'\ncurrent_owner=$(PSQL -tAc \"SELECT pg_catalog.pg_get_userbyid(datdba) FROM pg_catalog.pg_database WHERE datname = ",
                    position: (150, 186),
                   },
                   Raw {
                    content: "'",
                    position: (151, 122),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (151, 125),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (151, 129),
                       },
                       Raw {
                        content: "dbname",
                        position: (151, 138),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "'\")\nif [[ \"$current_owner\" != \"",
                    position: (151, 145),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (152, 38),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (152, 42),
                       },
                       Raw {
                        content: "username",
                        position: (152, 51),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\" ]]; then\n    PSQL -tAc 'ALTER DATABASE \"",
                    position: (152, 60),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (153, 42),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (153, 46),
                       },
                       Raw {
                        content: "dbname",
                        position: (153, 55),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\" OWNER TO \"",
                    position: (153, 62),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (153, 76),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (153, 80),
                       },
                       Raw {
                        content: "username",
                        position: (153, 89),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\"'\n    if [[ -e \"",
                    position: (153, 98),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (154, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "services",
                        position: (154, 32),
                       },
                       Raw {
                        content: "postgresql",
                        position: (154, 41),
                       },
                       Raw {
                        content: "dataDir",
                        position: (154, 52),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/.reassigning_",
                    position: (154, 60),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (154, 76),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (154, 80),
                       },
                       Raw {
                        content: "dbname",
                        position: (154, 89),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\" ]]; then\n        echo \"Reassigning ownership of database ",
                    position: (154, 96),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (155, 59),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (155, 63),
                       },
                       Raw {
                        content: "dbname",
                        position: (155, 72),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: " to user ",
                    position: (155, 79),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (155, 90),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (155, 94),
                       },
                       Raw {
                        content: "username",
                        position: (155, 103),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: " failed on last boot. Failing...\"\n        exit 1\n    fi\n    touch \"",
                    position: (155, 112),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (158, 22),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "services",
                        position: (158, 29),
                       },
                       Raw {
                        content: "postgresql",
                        position: (158, 38),
                       },
                       Raw {
                        content: "dataDir",
                        position: (158, 49),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/.reassigning_",
                    position: (158, 57),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (158, 73),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (158, 77),
                       },
                       Raw {
                        content: "dbname",
                        position: (158, 86),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\"\n    PSQL \"",
                    position: (158, 93),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (159, 21),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (159, 25),
                       },
                       Raw {
                        content: "dbname",
                        position: (159, 34),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\" -tAc \"REASSIGN OWNED BY \\\"$current_owner\\\" TO \\\"",
                    position: (159, 41),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (159, 93),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (159, 97),
                       },
                       Raw {
                        content: "username",
                        position: (159, 106),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\\\"\"\n    rm \"",
                    position: (159, 115),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (160, 19),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "services",
                        position: (160, 26),
                       },
                       Raw {
                        content: "postgresql",
                        position: (160, 35),
                       },
                       Raw {
                        content: "dataDir",
                        position: (160, 46),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/.reassigning_",
                    position: (160, 54),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (160, 70),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (160, 74),
                       },
                       Raw {
                        content: "dbname",
                        position: (160, 83),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\"\nfi\n",
                    position: (160, 90),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "serviceConfig",
                    position: (164, 7),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "User",
                       position: (165, 9),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "pgsql",
                      position: (165, 16),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "superUser",
                        position: (165, 22),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "Type",
                       position: (166, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "oneshot",
                       position: (166, 17),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "RemainAfterExit",
                       position: (167, 9),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (167, 27),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (164, 23),
                 },
                ),
               ],
               recursive: false,
               position: (135, 102),
              },
             ],
            },
            position: (135, 46),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (171, 5),
             },
             Raw {
              content: "users",
              position: (171, 11),
             },
             Expression {
              expression: Variable {
               identifier: "user",
               position: (171, 19),
              },
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (171, 27),
            },
            arguments: [
             Variable {
              identifier: "localDB",
              position: (171, 32),
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "group",
                   position: (172, 7),
                  },
                 ],
                },
                Variable {
                 identifier: "user",
                 position: (172, 15),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "isSystemUser",
                   position: (173, 7),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (173, 22),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "createHome",
                   position: (174, 7),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (174, 20),
                },
               ),
              ],
              recursive: false,
              position: (171, 40),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (176, 5),
             },
             Raw {
              content: "groups",
              position: (176, 11),
             },
             Expression {
              expression: Variable {
               identifier: "user",
               position: (176, 20),
              },
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (176, 28),
            },
            arguments: [
             Variable {
              identifier: "localDB",
              position: (176, 33),
             },
             Map {
              bindings: [],
              recursive: false,
              position: (176, 41),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (178, 5),
             },
             Raw {
              content: "phpfpm",
              position: (178, 14),
             },
             Raw {
              content: "pools",
              position: (178, 21),
             },
             Raw {
              content: "postfixadmin",
              position: (178, 27),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "user",
                 position: (179, 7),
                },
               ],
              },
              Variable {
               identifier: "user",
               position: (179, 14),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "phpPackage",
                 position: (180, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "pkgs",
                position: (180, 20),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "php74",
                  position: (180, 25),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "phpOptions",
                 position: (181, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "error_log = 'stderr'\nlog_errors = on\n",
                 position: (182, 1),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "settings",
                 position: (185, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mapAttrs",
                position: (185, 18),
               },
               arguments: [
                Function {
                 argument: Some(
                  "name",
                 ),
                 arguments: FunctionArguments {
                  arguments: [],
                  ellipsis: false,
                 },
                 definition: Variable {
                  identifier: "mkDefault",
                  position: (185, 34),
                 },
                 position: (185, 28),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "listen.owner",
                         position: (186, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "nginx",
                      position: (186, 27),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "listen.group",
                         position: (187, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "nginx",
                      position: (187, 27),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "listen.mode",
                         position: (188, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "0660",
                      position: (188, 26),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "pm",
                         position: (189, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "dynamic",
                      position: (189, 17),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "pm.max_children",
                         position: (190, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   Int {
                    value: 75,
                    position: (190, 29),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "pm.start_servers",
                         position: (191, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   Int {
                    value: 2,
                    position: (191, 30),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "pm.min_spare_servers",
                         position: (192, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   Int {
                    value: 1,
                    position: (192, 34),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "pm.max_spare_servers",
                         position: (193, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   Int {
                    value: 20,
                    position: (193, 34),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "pm.max_requests",
                         position: (194, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   Int {
                    value: 500,
                    position: (194, 29),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Expression {
                      expression: String {
                       parts: [
                        Raw {
                         content: "catch_workers_output",
                         position: (195, 10),
                        },
                       ],
                      },
                     },
                    ],
                   },
                   Variable {
                    identifier: "true",
                    position: (195, 34),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (185, 45),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (178, 42),
           },
          ),
         ],
         recursive: false,
         position: (86, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (11, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}