---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "options",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "cfg",
       position: (4, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (4, 9),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (4, 16),
       },
       Raw {
        content: "zabbixServer",
        position: (4, 25),
       },
      ],
     },
     default: None,
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "opt",
       position: (5, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "options",
      position: (5, 9),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (5, 17),
       },
       Raw {
        content: "zabbixServer",
        position: (5, 26),
       },
      ],
     },
     default: None,
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "pgsql",
       position: (6, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (6, 11),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (6, 18),
       },
       Raw {
        content: "postgresql",
        position: (6, 27),
       },
      ],
     },
     default: None,
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "mysql",
       position: (7, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (7, 11),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (7, 18),
       },
       Raw {
        content: "mysql",
        position: (7, 27),
       },
      ],
     },
     default: None,
    },
   ),
   Inherit(
    Some(
     Variable {
      identifier: "lib",
      position: (9, 12),
     },
    ),
    [
     Raw {
      content: "mkAfter",
      position: (9, 17),
     },
     Raw {
      content: "mkDefault",
      position: (9, 25),
     },
     Raw {
      content: "mkEnableOption",
      position: (9, 35),
     },
     Raw {
      content: "mkIf",
      position: (9, 50),
     },
     Raw {
      content: "mkMerge",
      position: (9, 55),
     },
     Raw {
      content: "mkOption",
      position: (9, 63),
     },
    ],
   ),
   Inherit(
    Some(
     Variable {
      identifier: "lib",
      position: (10, 12),
     },
    ),
    [
     Raw {
      content: "attrValues",
      position: (10, 17),
     },
     Raw {
      content: "concatMapStringsSep",
      position: (10, 28),
     },
     Raw {
      content: "getName",
      position: (10, 48),
     },
     Raw {
      content: "literalExpression",
      position: (10, 56),
     },
     Raw {
      content: "optional",
      position: (10, 74),
     },
     Raw {
      content: "optionalAttrs",
      position: (10, 83),
     },
     Raw {
      content: "optionalString",
      position: (10, 97),
     },
     Raw {
      content: "types",
      position: (10, 112),
     },
    ],
   ),
   Inherit(
    Some(
     PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (11, 12),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "generators",
         position: (11, 16),
        },
       ],
      },
      default: None,
     },
    ),
    [
     Raw {
      content: "toKeyValue",
      position: (11, 28),
     },
    ],
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "user",
       position: (13, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "zabbix",
       position: (13, 11),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "group",
       position: (14, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "zabbix",
       position: (14, 12),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "runtimeDir",
       position: (15, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "/run/zabbix",
       position: (15, 17),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "stateDir",
       position: (16, 3),
      },
     ],
    },
    String {
     parts: [
      Raw {
       content: "/var/lib/zabbix",
       position: (16, 15),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "passwordFile",
       position: (17, 3),
      },
     ],
    },
    String {
     parts: [
      Expression {
       expression: Variable {
        identifier: "runtimeDir",
        position: (17, 21),
       },
      },
      Raw {
       content: "/zabbix-dbpassword.conf",
       position: (17, 32),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "moduleEnv",
       position: (19, 3),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (19, 15),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "symlinkJoin",
         position: (19, 20),
        },
       ],
      },
      default: None,
     },
     arguments: [
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "name",
            position: (20, 5),
           },
          ],
         },
         String {
          parts: [
           Raw {
            content: "zabbix-server-module-env",
            position: (20, 13),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "paths",
            position: (21, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "attrValues",
           position: (21, 13),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (21, 24),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "modules",
               position: (21, 28),
              },
             ],
            },
            default: None,
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (19, 32),
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "configFile",
       position: (24, 3),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (24, 16),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "writeText",
         position: (24, 21),
        },
       ],
      },
      default: None,
     },
     arguments: [
      String {
       parts: [
        Raw {
         content: "zabbix_server.conf",
         position: (24, 32),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "toKeyValue",
        position: (24, 53),
       },
       arguments: [
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "listsAsDuplicateKeys",
              position: (24, 66),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (24, 89),
           },
          ),
         ],
         recursive: false,
         position: (24, 64),
        },
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (24, 97),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "settings",
            position: (24, 101),
           },
          ],
         },
         default: None,
        },
       ],
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "mysqlLocal",
       position: (26, 3),
      },
     ],
    },
    BinaryOperation {
     operator: LogicalAnd,
     operands: [
      PropertyAccess {
       expression: Variable {
        identifier: "cfg",
        position: (26, 16),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "database",
          position: (26, 20),
         },
         Raw {
          content: "createLocally",
          position: (26, 29),
         },
        ],
       },
       default: None,
      },
      BinaryOperation {
       operator: EqualTo,
       operands: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (26, 46),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "database",
            position: (26, 50),
           },
           Raw {
            content: "type",
            position: (26, 59),
           },
          ],
         },
         default: None,
        },
        String {
         parts: [
          Raw {
           content: "mysql",
           position: (26, 68),
          },
         ],
        },
       ],
       position: (26, 64),
      },
     ],
     position: (26, 43),
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "pgsqlLocal",
       position: (27, 3),
      },
     ],
    },
    BinaryOperation {
     operator: LogicalAnd,
     operands: [
      PropertyAccess {
       expression: Variable {
        identifier: "cfg",
        position: (27, 16),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "database",
          position: (27, 20),
         },
         Raw {
          content: "createLocally",
          position: (27, 29),
         },
        ],
       },
       default: None,
      },
      BinaryOperation {
       operator: EqualTo,
       operands: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (27, 46),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "database",
            position: (27, 50),
           },
           Raw {
            content: "type",
            position: (27, 59),
           },
          ],
         },
         default: None,
        },
        String {
         parts: [
          Raw {
           content: "pgsql",
           position: (27, 68),
          },
         ],
        },
       ],
       position: (27, 64),
      },
     ],
     position: (27, 43),
    },
   ),
  ],
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "imports",
        position: (32, 3),
       },
      ],
     },
     List {
      elements: [
       FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "lib",
          position: (33, 6),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "mkRenamedOptionModule",
            position: (33, 10),
           },
          ],
         },
         default: None,
        },
        arguments: [
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "services",
              position: (33, 35),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "zabbixServer",
              position: (33, 46),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "dbServer",
              position: (33, 61),
             },
            ],
           },
          ],
          position: (33, 32),
         },
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "services",
              position: (33, 76),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "zabbixServer",
              position: (33, 87),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "database",
              position: (33, 102),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "host",
              position: (33, 113),
             },
            ],
           },
          ],
          position: (33, 73),
         },
        ],
       },
       FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "lib",
          position: (34, 6),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "mkRemovedOptionModule",
            position: (34, 10),
           },
          ],
         },
         default: None,
        },
        arguments: [
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "services",
              position: (34, 35),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "zabbixServer",
              position: (34, 46),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "dbPassword",
              position: (34, 61),
             },
            ],
           },
          ],
          position: (34, 32),
         },
         String {
          parts: [
           Raw {
            content: "Use services.zabbixServer.database.passwordFile instead.",
            position: (34, 76),
           },
          ],
         },
        ],
       },
       FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "lib",
          position: (35, 6),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "mkRemovedOptionModule",
            position: (35, 10),
           },
          ],
         },
         default: None,
        },
        arguments: [
         List {
          elements: [
           String {
            parts: [
             Raw {
              content: "services",
              position: (35, 35),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "zabbixServer",
              position: (35, 46),
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "extraConfig",
              position: (35, 61),
             },
            ],
           },
          ],
          position: (35, 32),
         },
         String {
          parts: [
           Raw {
            content: "Use services.zabbixServer.settings instead.",
            position: (35, 77),
           },
          ],
         },
        ],
       },
      ],
      position: (32, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (40, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (42, 5),
          },
          Raw {
           content: "zabbixServer",
           position: (42, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "enable",
              position: (43, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkEnableOption",
             position: (43, 16),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "the Zabbix Server",
                position: (43, 32),
               },
              ],
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "package",
              position: (45, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (45, 17),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (46, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (46, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "package",
                    position: (46, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (47, 9),
                  },
                 ],
                },
                IfThenElse {
                 predicate: BinaryOperation {
                  operator: EqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (47, 22),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (47, 26),
                      },
                      Raw {
                       content: "type",
                       position: (47, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                   String {
                    parts: [
                     Raw {
                      content: "mysql",
                      position: (47, 44),
                     },
                    ],
                   },
                  ],
                  position: (47, 40),
                 },
                 then: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (47, 56),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "zabbix",
                     position: (47, 61),
                    },
                    Raw {
                     content: "server-mysql",
                     position: (47, 68),
                    },
                   ],
                  },
                  default: None,
                 },
                 else_: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (47, 86),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "zabbix",
                     position: (47, 91),
                    },
                    Raw {
                     content: "server-pgsql",
                     position: (47, 98),
                    },
                   ],
                  },
                  default: None,
                 },
                 position: (47, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "defaultText",
                   position: (48, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "literalExpression",
                  position: (48, 23),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "pkgs.zabbix.server-pgsql",
                     position: (48, 42),
                    },
                   ],
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (49, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "The Zabbix package to use.",
                   position: (49, 24),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (45, 26),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "extraPackages",
              position: (52, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (52, 23),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (53, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (53, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "listOf",
                     position: (53, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (53, 29),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "package",
                      position: (53, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (54, 9),
                  },
                 ],
                },
                With {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (54, 24),
                 },
                 target: List {
                  elements: [
                   Variable {
                    identifier: "nettools",
                    position: (54, 32),
                   },
                   Variable {
                    identifier: "nmap",
                    position: (54, 41),
                   },
                   Variable {
                    identifier: "traceroute",
                    position: (54, 46),
                   },
                  ],
                  position: (54, 30),
                 },
                 position: (54, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "defaultText",
                   position: (55, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "literalExpression",
                  position: (55, 23),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "[ nettools nmap traceroute ]",
                     position: (55, 42),
                    },
                   ],
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (56, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Packages to be added to the Zabbix <envar>PATH</envar>.\nTypically used to add executables for scripts, but can be anything.\n",
                   position: (57, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (52, 32),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "modules",
              position: (62, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (62, 17),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (63, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (63, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "attrsOf",
                     position: (63, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (63, 30),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "package",
                      position: (63, 36),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (64, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "A set of modules to load.",
                   position: (64, 24),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (65, 9),
                  },
                 ],
                },
                Map {
                 bindings: [],
                 recursive: false,
                 position: (65, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (66, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "literalExpression",
                  position: (66, 19),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "{\n  \"dummy.so\" = pkgs.stdenv.mkDerivation {\n    name = \"zabbix-dummy-module-",
                     position: (67, 1),
                    },
                    Raw {
                     content: "$",
                     position: (69, 43),
                    },
                    Raw {
                     content: "{cfg.package.version}\";\n    src = cfg.package.src;\n    buildInputs = [ cfg.package ];\n    sourceRoot = \"zabbix-",
                     position: (69, 46),
                    },
                    Raw {
                     content: "$",
                     position: (72, 36),
                    },
                    Raw {
                     content: "{cfg.package.version}/src/modules/dummy\";\n    installPhase = ",
                     position: (72, 39),
                    },
                    Raw {
                     content: "''",
                     position: (73, 30),
                    },
                    Raw {
                     content: "\n      mkdir -p $out/lib\n      cp dummy.so $out/lib/\n    ",
                     position: (73, 33),
                    },
                    Raw {
                     content: "''",
                     position: (76, 15),
                    },
                    Raw {
                     content: ";\n  };\n}\n",
                     position: (76, 18),
                    },
                   ],
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (62, 26),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "database",
              position: (82, 7),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (83, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (83, 16),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (84, 11),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (84, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "enum",
                        position: (84, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                    arguments: [
                     List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "mysql",
                          position: (84, 32),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "pgsql",
                          position: (84, 40),
                         },
                        ],
                       },
                      ],
                      position: (84, 29),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "example",
                      position: (85, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "mysql",
                      position: (85, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (86, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "pgsql",
                      position: (86, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (87, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Database engine to use.",
                      position: (87, 26),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (83, 25),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "host",
                 position: (90, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (90, 16),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (91, 11),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (91, 18),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (91, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (92, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "localhost",
                      position: (92, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (93, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Database host address.",
                      position: (93, 26),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (90, 25),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "port",
                 position: (96, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (96, 16),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (97, 11),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (97, 18),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "int",
                       position: (97, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (98, 11),
                     },
                    ],
                   },
                   IfThenElse {
                    predicate: BinaryOperation {
                     operator: EqualTo,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (98, 24),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "database",
                          position: (98, 28),
                         },
                         Raw {
                          content: "type",
                          position: (98, 37),
                         },
                        ],
                       },
                       default: None,
                      },
                      String {
                       parts: [
                        Raw {
                         content: "mysql",
                         position: (98, 46),
                        },
                       ],
                      },
                     ],
                     position: (98, 42),
                    },
                    then: PropertyAccess {
                     expression: Variable {
                      identifier: "mysql",
                      position: (98, 58),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "port",
                        position: (98, 64),
                       },
                      ],
                     },
                     default: None,
                    },
                    else_: PropertyAccess {
                     expression: Variable {
                      identifier: "pgsql",
                      position: (98, 74),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "port",
                        position: (98, 80),
                       },
                      ],
                     },
                     default: None,
                    },
                    position: (98, 21),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "defaultText",
                      position: (99, 11),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "literalExpression",
                     position: (99, 25),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: "if config.",
                        position: (100, 1),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "opt",
                          position: (100, 25),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "database",
                            position: (100, 29),
                           },
                           Raw {
                            content: "type",
                            position: (100, 38),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: " == \"mysql\"\nthen config.",
                        position: (100, 43),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "options",
                          position: (101, 27),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "services",
                            position: (101, 35),
                           },
                           Raw {
                            content: "mysql",
                            position: (101, 44),
                           },
                           Raw {
                            content: "port",
                            position: (101, 50),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "\nelse config.",
                        position: (101, 55),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "options",
                          position: (102, 27),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "services",
                            position: (102, 35),
                           },
                           Raw {
                            content: "postgresql",
                            position: (102, 44),
                           },
                           Raw {
                            content: "port",
                            position: (102, 55),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "\n",
                        position: (102, 60),
                       },
                      ],
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (104, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Database host port.",
                      position: (104, 26),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (96, 25),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "name",
                 position: (107, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (107, 16),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (108, 11),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (108, 18),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (108, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (109, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "zabbix",
                      position: (109, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (110, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Database name.",
                      position: (110, 26),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (107, 25),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "user",
                 position: (113, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (113, 16),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (114, 11),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (114, 18),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (114, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (115, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "zabbix",
                      position: (115, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (116, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Database user.",
                      position: (116, 26),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (113, 25),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "passwordFile",
                 position: (119, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (119, 24),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (120, 11),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (120, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "nullOr",
                        position: (120, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (120, 31),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "path",
                         position: (120, 37),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (121, 11),
                     },
                    ],
                   },
                   Variable {
                    identifier: "null",
                    position: (121, 21),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "example",
                      position: (122, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "/run/keys/zabbix-dbpassword",
                      position: (122, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (123, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "A file containing the password corresponding to\n<option>database.user</option>.\n",
                      position: (124, 1),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (119, 33),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "socket",
                 position: (129, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (129, 18),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (130, 11),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (130, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "nullOr",
                        position: (130, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (130, 31),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "path",
                         position: (130, 37),
                        },
                       ],
                      },
                      default: None,
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (131, 11),
                     },
                    ],
                   },
                   Variable {
                    identifier: "null",
                    position: (131, 21),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "example",
                      position: (132, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "/run/postgresql",
                      position: (132, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (133, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Path to the unix socket file to use for authentication.",
                      position: (133, 26),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (129, 27),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "createLocally",
                 position: (136, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (136, 25),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (137, 11),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (137, 18),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "bool",
                       position: (137, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (138, 11),
                     },
                    ],
                   },
                   Variable {
                    identifier: "true",
                    position: (138, 21),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (139, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Whether to create a local database automatically.",
                      position: (139, 26),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (136, 34),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (82, 18),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "listen",
              position: (143, 7),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "ip",
                 position: (144, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (144, 14),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (145, 11),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (145, 18),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (145, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (146, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "0.0.0.0",
                      position: (146, 22),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (147, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "List of comma delimited IP addresses that the trapper should listen on.\nTrapper will listen on all network interfaces if this parameter is missing.\n",
                      position: (148, 1),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (144, 23),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "port",
                 position: (153, 9),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkOption",
                position: (153, 16),
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "type",
                      position: (154, 11),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (154, 18),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "port",
                       position: (154, 24),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "default",
                      position: (155, 11),
                     },
                    ],
                   },
                   Int {
                    value: 10051,
                    position: (155, 21),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (156, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "Listen port for trapper.\n",
                      position: (157, 1),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (153, 25),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (143, 16),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "openFirewall",
              position: (162, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (162, 22),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (163, 9),
                  },
                 ],
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (163, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "bool",
                    position: (163, 22),
                   },
                  ],
                 },
                 default: None,
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (164, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "false",
                 position: (164, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (165, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Open ports in the firewall for the Zabbix Server.\n",
                   position: (166, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (162, 31),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "settings",
              position: (170, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (170, 18),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (171, 9),
                  },
                 ],
                },
                With {
                 expression: Variable {
                  identifier: "types",
                  position: (171, 21),
                 },
                 target: FunctionApplication {
                  function: Variable {
                   identifier: "attrsOf",
                   position: (171, 28),
                  },
                  arguments: [
                   FunctionApplication {
                    function: Variable {
                     identifier: "oneOf",
                     position: (171, 37),
                    },
                    arguments: [
                     List {
                      elements: [
                       Variable {
                        identifier: "int",
                        position: (171, 45),
                       },
                       Variable {
                        identifier: "str",
                        position: (171, 49),
                       },
                       FunctionApplication {
                        function: Variable {
                         identifier: "listOf",
                         position: (171, 54),
                        },
                        arguments: [
                         Variable {
                          identifier: "str",
                          position: (171, 61),
                         },
                        ],
                       },
                      ],
                      position: (171, 43),
                     },
                    ],
                   },
                  ],
                 },
                 position: (171, 16),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (172, 9),
                  },
                 ],
                },
                Map {
                 bindings: [],
                 recursive: false,
                 position: (172, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (173, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Zabbix Server configuration. Refer to\n<link xlink:href=\"https://www.zabbix.com/documentation/current/manual/appendix/config/zabbix_server\"/>\nfor details on supported values.\n",
                   position: (174, 1),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "example",
                   position: (178, 9),
                  },
                 ],
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "CacheSize",
                      position: (179, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "1G",
                      position: (179, 24),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "SSHKeyLocation",
                      position: (180, 11),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "/var/lib/zabbix/.ssh",
                      position: (180, 29),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "StartPingers",
                      position: (181, 11),
                     },
                    ],
                   },
                   Int {
                    value: 32,
                    position: (181, 26),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (178, 19),
                },
               ),
              ],
              recursive: false,
              position: (170, 27),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (42, 29),
        },
       ),
      ],
      recursive: false,
      position: (40, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (191, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (191, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (191, 17),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "enable",
           position: (191, 21),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "assertions",
             position: (193, 5),
            },
           ],
          },
          List {
           elements: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "assertion",
                  position: (194, 9),
                 },
                ],
               },
               BinaryOperation {
                operator: Implication,
                operands: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (194, 21),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (194, 25),
                    },
                    Raw {
                     content: "createLocally",
                     position: (194, 34),
                    },
                   ],
                  },
                  default: None,
                 },
                 BinaryOperation {
                  operator: EqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (194, 51),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (194, 55),
                      },
                      Raw {
                       content: "user",
                       position: (194, 64),
                      },
                     ],
                    },
                    default: None,
                   },
                   Variable {
                    identifier: "user",
                    position: (194, 72),
                   },
                  ],
                  position: (194, 69),
                 },
                ],
                position: (194, 48),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "message",
                  position: (195, 9),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "services.zabbixServer.database.user must be set to ",
                  position: (195, 20),
                 },
                 Expression {
                  expression: Variable {
                   identifier: "user",
                   position: (195, 73),
                  },
                 },
                 Raw {
                  content: " if services.zabbixServer.database.createLocally is set true",
                  position: (195, 78),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (194, 7),
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "assertion",
                  position: (197, 9),
                 },
                ],
               },
               BinaryOperation {
                operator: Implication,
                operands: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (197, 21),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (197, 25),
                    },
                    Raw {
                     content: "createLocally",
                     position: (197, 34),
                    },
                   ],
                  },
                  default: None,
                 },
                 BinaryOperation {
                  operator: EqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (197, 51),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (197, 55),
                      },
                      Raw {
                       content: "passwordFile",
                       position: (197, 64),
                      },
                     ],
                    },
                    default: None,
                   },
                   Variable {
                    identifier: "null",
                    position: (197, 80),
                   },
                  ],
                  position: (197, 77),
                 },
                ],
                position: (197, 48),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "message",
                  position: (198, 9),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "a password cannot be specified if services.zabbixServer.database.createLocally is set to true",
                  position: (198, 20),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (197, 7),
            },
           ],
           position: (193, 18),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (202, 5),
            },
            Raw {
             content: "zabbixServer",
             position: (202, 14),
            },
            Raw {
             content: "settings",
             position: (202, 27),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkMerge",
            position: (202, 38),
           },
           arguments: [
            List {
             elements: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LogType",
                    position: (204, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "console",
                    position: (204, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ListenIP",
                    position: (205, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (205, 20),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "listen",
                     position: (205, 24),
                    },
                    Raw {
                     content: "ip",
                     position: (205, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ListenPort",
                    position: (206, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (206, 22),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "listen",
                     position: (206, 26),
                    },
                    Raw {
                     content: "port",
                     position: (206, 33),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "DBHost",
                    position: (208, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (208, 18),
                  },
                  arguments: [
                   BinaryOperation {
                    operator: NotEqualTo,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (208, 34),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "database",
                         position: (208, 38),
                        },
                        Raw {
                         content: "createLocally",
                         position: (208, 47),
                        },
                       ],
                      },
                      default: None,
                     },
                     Variable {
                      identifier: "true",
                      position: (208, 64),
                     },
                    ],
                    position: (208, 61),
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (208, 70),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (208, 74),
                      },
                      Raw {
                       content: "host",
                       position: (208, 83),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "DBName",
                    position: (209, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (209, 18),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (209, 22),
                    },
                    Raw {
                     content: "name",
                     position: (209, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "DBUser",
                    position: (210, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (210, 18),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (210, 22),
                    },
                    Raw {
                     content: "user",
                     position: (210, 31),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "PidFile",
                    position: (211, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: Variable {
                     identifier: "runtimeDir",
                     position: (211, 22),
                    },
                   },
                   Raw {
                    content: "/zabbix_server.pid",
                    position: (211, 33),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "SocketDir",
                    position: (212, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "runtimeDir",
                  position: (212, 21),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "FpingLocation",
                    position: (213, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/run/wrappers/bin/fping",
                    position: (213, 26),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LoadModule",
                    position: (214, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "builtins",
                    position: (214, 22),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "attrNames",
                      position: (214, 31),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (214, 41),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "modules",
                       position: (214, 45),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (203, 7),
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (216, 8),
               },
               arguments: [
                BinaryOperation {
                 operator: NotEqualTo,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (216, 14),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "database",
                      position: (216, 18),
                     },
                     Raw {
                      content: "createLocally",
                      position: (216, 27),
                     },
                    ],
                   },
                   default: None,
                  },
                  Variable {
                   identifier: "true",
                   position: (216, 44),
                  },
                 ],
                 position: (216, 41),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "DBPort",
                      position: (216, 52),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (216, 61),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (216, 65),
                      },
                      Raw {
                       content: "port",
                       position: (216, 74),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                 ],
                 recursive: false,
                 position: (216, 50),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (217, 8),
               },
               arguments: [
                BinaryOperation {
                 operator: NotEqualTo,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (217, 14),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "database",
                      position: (217, 18),
                     },
                     Raw {
                      content: "passwordFile",
                      position: (217, 27),
                     },
                    ],
                   },
                   default: None,
                  },
                  Variable {
                   identifier: "null",
                   position: (217, 43),
                  },
                 ],
                 position: (217, 40),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "Include",
                      position: (217, 51),
                     },
                    ],
                   },
                   List {
                    elements: [
                     String {
                      parts: [
                       Expression {
                        expression: Variable {
                         identifier: "passwordFile",
                         position: (217, 66),
                        },
                       },
                      ],
                     },
                    ],
                    position: (217, 61),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (217, 49),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (218, 8),
               },
               arguments: [
                BinaryOperation {
                 operator: LogicalAnd,
                 operands: [
                  Variable {
                   identifier: "mysqlLocal",
                   position: (218, 14),
                  },
                  BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (218, 28),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (218, 32),
                       },
                       Raw {
                        content: "socket",
                        position: (218, 41),
                       },
                      ],
                     },
                     default: None,
                    },
                    Variable {
                     identifier: "null",
                     position: (218, 51),
                    },
                   ],
                   position: (218, 48),
                  },
                 ],
                 position: (218, 25),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "DBSocket",
                      position: (218, 59),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (218, 70),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (218, 74),
                      },
                      Raw {
                       content: "socket",
                       position: (218, 83),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                 ],
                 recursive: false,
                 position: (218, 57),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (219, 8),
               },
               arguments: [
                BinaryOperation {
                 operator: NotEqualTo,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (219, 14),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "modules",
                      position: (219, 18),
                     },
                    ],
                   },
                   default: None,
                  },
                  Map {
                   bindings: [],
                   recursive: false,
                   position: (219, 29),
                  },
                 ],
                 position: (219, 26),
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "LoadModulePath",
                      position: (219, 35),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: Variable {
                       identifier: "moduleEnv",
                       position: (219, 55),
                      },
                     },
                     Raw {
                      content: "/lib",
                      position: (219, 65),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (219, 33),
                },
               ],
              },
             ],
             position: (202, 46),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "networking",
             position: (222, 5),
            },
            Raw {
             content: "firewall",
             position: (222, 16),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (222, 27),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (222, 32),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "openFirewall",
                position: (222, 36),
               },
              ],
             },
             default: None,
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "allowedTCPPorts",
                  position: (223, 7),
                 },
                ],
               },
               List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (223, 27),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "listen",
                     position: (223, 31),
                    },
                    Raw {
                     content: "port",
                     position: (223, 38),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (223, 25),
               },
              ),
             ],
             recursive: false,
             position: (222, 49),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (226, 5),
            },
            Raw {
             content: "mysql",
             position: (226, 14),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "optionalAttrs",
            position: (226, 22),
           },
           arguments: [
            Variable {
             identifier: "mysqlLocal",
             position: (226, 36),
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (227, 7),
                 },
                ],
               },
               Variable {
                identifier: "true",
                position: (227, 16),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "package",
                  position: (228, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkDefault",
                 position: (228, 17),
                },
                arguments: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (228, 27),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "mariadb",
                     position: (228, 32),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (226, 47),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "systemd",
             position: (231, 5),
            },
            Raw {
             content: "services",
             position: (231, 13),
            },
            Raw {
             content: "mysql",
             position: (231, 22),
            },
            Raw {
             content: "postStart",
             position: (231, 28),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkAfter",
            position: (231, 40),
           },
           arguments: [
            FunctionApplication {
             function: Variable {
              identifier: "optionalString",
              position: (231, 49),
             },
             arguments: [
              Variable {
               identifier: "mysqlLocal",
               position: (231, 64),
              },
              String {
               parts: [
                Raw {
                 content: "( echo \"CREATE DATABASE IF NOT EXISTS \\`",
                 position: (232, 1),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (232, 49),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (232, 53),
                    },
                    Raw {
                     content: "name",
                     position: (232, 62),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "\\` CHARACTER SET utf8 COLLATE utf8_bin;\"\n  echo \"CREATE USER IF NOT EXISTS ",
                 position: (232, 67),
                },
                Raw {
                 content: "'",
                 position: (233, 41),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (233, 44),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (233, 48),
                    },
                    Raw {
                     content: "user",
                     position: (233, 57),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "'@'localhost' IDENTIFIED WITH ",
                 position: (233, 62),
                },
                Expression {
                 expression: IfThenElse {
                  predicate: BinaryOperation {
                   operator: EqualTo,
                   operands: [
                    FunctionApplication {
                     function: Variable {
                      identifier: "getName",
                      position: (233, 98),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "config",
                        position: (233, 106),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "services",
                          position: (233, 113),
                         },
                         Raw {
                          content: "mysql",
                          position: (233, 122),
                         },
                         Raw {
                          content: "package",
                          position: (233, 128),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "getName",
                      position: (233, 139),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "pkgs",
                        position: (233, 147),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "mariadb",
                          position: (233, 152),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   ],
                   position: (233, 136),
                  },
                  then: String {
                   parts: [
                    Raw {
                     content: "unix_socket",
                     position: (233, 167),
                    },
                   ],
                  },
                  else_: String {
                   parts: [
                    Raw {
                     content: "auth_socket",
                     position: (233, 186),
                    },
                   ],
                  },
                  position: (233, 94),
                 },
                },
                Raw {
                 content: ";\"\n  echo \"GRANT ALL PRIVILEGES ON \\`",
                 position: (233, 199),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (234, 43),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (234, 47),
                    },
                    Raw {
                     content: "name",
                     position: (234, 56),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "\\`.* TO ",
                 position: (234, 61),
                },
                Raw {
                 content: "'",
                 position: (234, 69),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (234, 72),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (234, 76),
                    },
                    Raw {
                     content: "user",
                     position: (234, 85),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "'@'localhost';\"\n) | ",
                 position: (234, 90),
                },
                Expression {
                 expression: PropertyAccess {
                  expression: Variable {
                   identifier: "config",
                   position: (235, 13),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "services",
                     position: (235, 20),
                    },
                    Raw {
                     content: "mysql",
                     position: (235, 29),
                    },
                    Raw {
                     content: "package",
                     position: (235, 35),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Raw {
                 content: "/bin/mysql -N\n",
                 position: (235, 43),
                },
               ],
              },
             ],
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (238, 5),
            },
            Raw {
             content: "postgresql",
             position: (238, 14),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "optionalAttrs",
            position: (238, 27),
           },
           arguments: [
            Variable {
             identifier: "pgsqlLocal",
             position: (238, 41),
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (239, 7),
                 },
                ],
               },
               Variable {
                identifier: "true",
                position: (239, 16),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "ensureDatabases",
                  position: (240, 7),
                 },
                ],
               },
               List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (240, 27),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "database",
                     position: (240, 31),
                    },
                    Raw {
                     content: "name",
                     position: (240, 40),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (240, 25),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "ensureUsers",
                  position: (241, 7),
                 },
                ],
               },
               List {
                elements: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "name",
                       position: (242, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (242, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (242, 22),
                       },
                       Raw {
                        content: "user",
                        position: (242, 31),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "ensurePermissions",
                       position: (243, 11),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Expression {
                          expression: String {
                           parts: [
                            Raw {
                             content: "DATABASE ",
                             position: (243, 34),
                            },
                            Expression {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (243, 45),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "database",
                                 position: (243, 49),
                                },
                                Raw {
                                 content: "name",
                                 position: (243, 58),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                           ],
                          },
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "ALL PRIVILEGES",
                          position: (243, 68),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (243, 31),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (242, 9),
                 },
                ],
                position: (241, 21),
               },
              ),
             ],
             recursive: false,
             position: (238, 52),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "users",
             position: (248, 5),
            },
            Raw {
             content: "users",
             position: (248, 11),
            },
            Expression {
             expression: Variable {
              identifier: "user",
              position: (248, 19),
             },
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (249, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "Zabbix daemon user",
                position: (249, 22),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "uid",
                position: (250, 7),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (250, 13),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "ids",
                 position: (250, 20),
                },
                Raw {
                 content: "uids",
                 position: (250, 24),
                },
                Raw {
                 content: "zabbix",
                 position: (250, 29),
                },
               ],
              },
              default: None,
             },
            ),
            Inherit(
             None,
             [
              Raw {
               content: "group",
               position: (251, 15),
              },
             ],
            ),
           ],
           recursive: false,
           position: (248, 27),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "users",
             position: (254, 5),
            },
            Raw {
             content: "groups",
             position: (254, 11),
            },
            Expression {
             expression: Variable {
              identifier: "group",
              position: (254, 20),
             },
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "gid",
                position: (255, 7),
               },
              ],
             },
             PropertyAccess {
              expression: Variable {
               identifier: "config",
               position: (255, 13),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "ids",
                 position: (255, 20),
                },
                Raw {
                 content: "gids",
                 position: (255, 24),
                },
                Raw {
                 content: "zabbix",
                 position: (255, 29),
                },
               ],
              },
              default: None,
             },
            ),
           ],
           recursive: false,
           position: (254, 29),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "security",
             position: (258, 5),
            },
            Raw {
             content: "wrappers",
             position: (258, 14),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "fping",
                position: (259, 7),
               },
              ],
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "setuid",
                   position: (260, 11),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (260, 20),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "owner",
                   position: (261, 11),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "root",
                   position: (261, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "group",
                   position: (262, 11),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "root",
                   position: (262, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "source",
                   position: (263, 11),
                  },
                 ],
                },
                String {
                 parts: [
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "pkgs",
                     position: (263, 23),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "fping",
                       position: (263, 28),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/bin/fping",
                   position: (263, 34),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (260, 9),
             },
            ),
           ],
           recursive: false,
           position: (258, 25),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "systemd",
             position: (267, 5),
            },
            Raw {
             content: "services",
             position: (267, 13),
            },
            Raw {
             content: "zabbix-server",
             position: (267, 22),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "description",
                position: (268, 7),
               },
              ],
             },
             String {
              parts: [
               Raw {
                content: "Zabbix Server",
                position: (268, 22),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "wantedBy",
                position: (270, 7),
               },
              ],
             },
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "multi-user.target",
                  position: (270, 21),
                 },
                ],
               },
              ],
              position: (270, 18),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "after",
                position: (271, 7),
               },
              ],
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (271, 15),
                },
                arguments: [
                 Variable {
                  identifier: "mysqlLocal",
                  position: (271, 24),
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mysql.service",
                    position: (271, 36),
                   },
                  ],
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "optional",
                 position: (271, 54),
                },
                arguments: [
                 Variable {
                  identifier: "pgsqlLocal",
                  position: (271, 63),
                 },
                 String {
                  parts: [
                   Raw {
                    content: "postgresql.service",
                    position: (271, 75),
                   },
                  ],
                 },
                ],
               },
              ],
              position: (271, 51),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "path",
                position: (273, 7),
               },
              ],
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "/run/wrappers",
                    position: (273, 17),
                   },
                  ],
                 },
                ],
                position: (273, 14),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (273, 37),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "extraPackages",
                   position: (273, 41),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (273, 34),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "preStart",
                position: (274, 7),
               },
              ],
             },
             BinaryOperation {
              operator: Addition,
              operands: [
               BinaryOperation {
                operator: Addition,
                operands: [
                 BinaryOperation {
                  operator: Addition,
                  operands: [
                   String {
                    parts: [
                     Raw {
                      content: "# pre 19.09 compatibility\nif test -e \"",
                      position: (275, 1),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "runtimeDir",
                       position: (276, 23),
                      },
                     },
                     Raw {
                      content: "/db-created\"; then\n  mv \"",
                      position: (276, 34),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "runtimeDir",
                       position: (277, 17),
                      },
                     },
                     Raw {
                      content: "/db-created\" \"",
                      position: (277, 28),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "stateDir",
                       position: (277, 44),
                      },
                     },
                     Raw {
                      content: "/\"\nfi\n",
                      position: (277, 53),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "optionalString",
                     position: (279, 12),
                    },
                    arguments: [
                     Variable {
                      identifier: "pgsqlLocal",
                      position: (279, 27),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "if ! test -e \"",
                        position: (280, 1),
                       },
                       Expression {
                        expression: Variable {
                         identifier: "stateDir",
                         position: (280, 25),
                        },
                       },
                       Raw {
                        content: "/db-created\"; then\n  cat ",
                        position: (280, 34),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (281, 17),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (281, 21),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/share/zabbix/database/postgresql/schema.sql | ",
                        position: (281, 29),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "pgsql",
                          position: (281, 78),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (281, 84),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/bin/psql ",
                        position: (281, 92),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (281, 104),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "database",
                            position: (281, 108),
                           },
                           Raw {
                            content: "name",
                            position: (281, 117),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "\n  cat ",
                        position: (281, 122),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (282, 17),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (282, 21),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/share/zabbix/database/postgresql/images.sql | ",
                        position: (282, 29),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "pgsql",
                          position: (282, 78),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (282, 84),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/bin/psql ",
                        position: (282, 92),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (282, 104),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "database",
                            position: (282, 108),
                           },
                           Raw {
                            content: "name",
                            position: (282, 117),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "\n  cat ",
                        position: (282, 122),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (283, 17),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (283, 21),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/share/zabbix/database/postgresql/data.sql | ",
                        position: (283, 29),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "pgsql",
                          position: (283, 76),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (283, 82),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/bin/psql ",
                        position: (283, 90),
                       },
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (283, 102),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "database",
                            position: (283, 106),
                           },
                           Raw {
                            content: "name",
                            position: (283, 115),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "\n  touch \"",
                        position: (283, 120),
                       },
                       Expression {
                        expression: Variable {
                         identifier: "stateDir",
                         position: (284, 20),
                        },
                       },
                       Raw {
                        content: "/db-created\"\nfi\n",
                        position: (284, 29),
                       },
                      ],
                     },
                    ],
                   },
                  ],
                  position: (279, 10),
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "optionalString",
                   position: (286, 12),
                  },
                  arguments: [
                   Variable {
                    identifier: "mysqlLocal",
                    position: (286, 27),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "if ! test -e \"",
                      position: (287, 1),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "stateDir",
                       position: (287, 25),
                      },
                     },
                     Raw {
                      content: "/db-created\"; then\n  cat ",
                      position: (287, 34),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (288, 17),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (288, 21),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/share/zabbix/database/mysql/schema.sql | ",
                      position: (288, 29),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "mysql",
                        position: (288, 73),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (288, 79),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/mysql ",
                      position: (288, 87),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (288, 100),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "database",
                          position: (288, 104),
                         },
                         Raw {
                          content: "name",
                          position: (288, 113),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "\n  cat ",
                      position: (288, 118),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (289, 17),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (289, 21),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/share/zabbix/database/mysql/images.sql | ",
                      position: (289, 29),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "mysql",
                        position: (289, 73),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (289, 79),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/mysql ",
                      position: (289, 87),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (289, 100),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "database",
                          position: (289, 104),
                         },
                         Raw {
                          content: "name",
                          position: (289, 113),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "\n  cat ",
                      position: (289, 118),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (290, 17),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (290, 21),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/share/zabbix/database/mysql/data.sql | ",
                      position: (290, 29),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "mysql",
                        position: (290, 71),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (290, 77),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/mysql ",
                      position: (290, 85),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (290, 98),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "database",
                          position: (290, 102),
                         },
                         Raw {
                          content: "name",
                          position: (290, 111),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "\n  touch \"",
                      position: (290, 116),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "stateDir",
                       position: (291, 20),
                      },
                     },
                     Raw {
                      content: "/db-created\"\nfi\n",
                      position: (291, 29),
                     },
                    ],
                   },
                  ],
                 },
                ],
                position: (286, 10),
               },
               FunctionApplication {
                function: Variable {
                 identifier: "optionalString",
                 position: (293, 12),
                },
                arguments: [
                 BinaryOperation {
                  operator: NotEqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (293, 28),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "database",
                       position: (293, 32),
                      },
                      Raw {
                       content: "passwordFile",
                       position: (293, 41),
                      },
                     ],
                    },
                    default: None,
                   },
                   Variable {
                    identifier: "null",
                    position: (293, 57),
                   },
                  ],
                  position: (293, 54),
                 },
                 String {
                  parts: [
                   Raw {
                    content: "# create a copy of the supplied password file in a format zabbix can consume\ntouch ",
                    position: (294, 1),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "passwordFile",
                     position: (295, 17),
                    },
                   },
                   Raw {
                    content: "\nchmod 0600 ",
                    position: (295, 30),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "passwordFile",
                     position: (296, 22),
                    },
                   },
                   Raw {
                    content: "\necho -n \"DBPassword = \" > ",
                    position: (296, 35),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "passwordFile",
                     position: (297, 37),
                    },
                   },
                   Raw {
                    content: "\ncat ",
                    position: (297, 50),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (298, 15),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "database",
                        position: (298, 19),
                       },
                       Raw {
                        content: "passwordFile",
                        position: (298, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: " >> ",
                    position: (298, 41),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "passwordFile",
                     position: (298, 47),
                    },
                   },
                   Raw {
                    content: "\n",
                    position: (298, 60),
                   },
                  ],
                 },
                ],
               },
              ],
              position: (293, 10),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "serviceConfig",
                position: (301, 7),
               },
              ],
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "ExecStart",
                   position: (302, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "@",
                   position: (302, 22),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (302, 25),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "package",
                       position: (302, 29),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/sbin/zabbix_server zabbix_server -f --config ",
                   position: (302, 37),
                  },
                  Expression {
                   expression: Variable {
                    identifier: "configFile",
                    position: (302, 85),
                   },
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "Restart",
                   position: (303, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "always",
                   position: (303, 20),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "RestartSec",
                   position: (304, 9),
                  },
                 ],
                },
                Int {
                 value: 2,
                 position: (304, 22),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "User",
                   position: (306, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "user",
                 position: (306, 16),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "Group",
                   position: (307, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "group",
                 position: (307, 17),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "RuntimeDirectory",
                   position: (308, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "zabbix",
                   position: (308, 29),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "StateDirectory",
                   position: (309, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "zabbix",
                   position: (309, 27),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "PrivateTmp",
                   position: (310, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (310, 22),
                },
               ),
              ],
              recursive: false,
              position: (301, 23),
             },
            ),
           ],
           recursive: false,
           position: (267, 38),
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "systemd",
             position: (314, 5),
            },
            Raw {
             content: "services",
             position: (314, 13),
            },
            Raw {
             content: "httpd",
             position: (314, 22),
            },
            Raw {
             content: "after",
             position: (314, 28),
            },
           ],
          },
          BinaryOperation {
           operator: Concatenation,
           operands: [
            FunctionApplication {
             function: Variable {
              identifier: "optional",
              position: (315, 7),
             },
             arguments: [
              BinaryOperation {
               operator: LogicalAnd,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (315, 17),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "services",
                    position: (315, 24),
                   },
                   Raw {
                    content: "zabbixWeb",
                    position: (315, 33),
                   },
                   Raw {
                    content: "enable",
                    position: (315, 43),
                   },
                  ],
                 },
                 default: None,
                },
                Variable {
                 identifier: "mysqlLocal",
                 position: (315, 53),
                },
               ],
               position: (315, 50),
              },
              String {
               parts: [
                Raw {
                 content: "mysql.service",
                 position: (315, 66),
                },
               ],
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "optional",
              position: (316, 7),
             },
             arguments: [
              BinaryOperation {
               operator: LogicalAnd,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (316, 17),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "services",
                    position: (316, 24),
                   },
                   Raw {
                    content: "zabbixWeb",
                    position: (316, 33),
                   },
                   Raw {
                    content: "enable",
                    position: (316, 43),
                   },
                  ],
                 },
                 default: None,
                },
                Variable {
                 identifier: "pgsqlLocal",
                 position: (316, 53),
                },
               ],
               position: (316, 50),
              },
              String {
               parts: [
                Raw {
                 content: "postgresql.service",
                 position: (316, 66),
                },
               ],
              },
             ],
            },
           ],
           position: (315, 81),
          },
         ),
        ],
        recursive: false,
        position: (191, 28),
       },
      ],
     },
    ),
   ],
   recursive: false,
   position: (31, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}