---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "alerta",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "alertaConf",
        position: (8, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (8, 16),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeTextFile",
          position: (8, 21),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "name",
             position: (9, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "alertad.conf",
             position: (9, 13),
            },
           ],
           position: (9, 12),
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "text",
             position: (10, 5),
            },
           ],
          },
          to: String {
           parts: [
            Raw {
             content: "DATABASE_URL = ",
             position: (11, 1),
            },
            Raw {
             content: "'",
             position: (11, 22),
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (11, 25),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "databaseUrl",
                 position: (11, 29),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "'\nDATABASE_NAME = ",
             position: (11, 41),
            },
            Raw {
             content: "'",
             position: (12, 23),
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (12, 26),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "databaseName",
                 position: (12, 30),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "'\nLOG_FILE = ",
             position: (12, 43),
            },
            Raw {
             content: "'",
             position: (13, 18),
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (13, 21),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "logDir",
                 position: (13, 25),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "/alertad.log'\nLOG_FORMAT = '%(asctime)s - %(name)s - %(levelname)s - %(message)s'\nCORS_ORIGINS = [ ",
             position: (13, 32),
            },
            Expression {
             expression: FunctionApplication {
              function: Variable {
               identifier: "concatMapStringsSep",
               position: (15, 26),
              },
              arguments: [
               String {
                parts: [
                 Raw {
                  content: ", ",
                  position: (15, 47),
                 },
                ],
                position: (15, 46),
               },
               Parentheses {
                expression: Function {
                 argument: Simple {
                  identifier: "s",
                 },
                 definition: BinaryOperation {
                  operator: Addition,
                  operands: [
                   BinaryOperation {
                    operator: Addition,
                    operands: [
                     String {
                      parts: [
                       Raw {
                        content: "\"",
                        position: (15, 56),
                       },
                      ],
                      position: (15, 55),
                     },
                     Variable {
                      identifier: "s",
                      position: (15, 62),
                     },
                    ],
                    position: (15, 60),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "\"",
                      position: (15, 67),
                     },
                    ],
                    position: (15, 66),
                   },
                  ],
                  position: (15, 64),
                 },
                 position: (15, 52),
                },
                position: (15, 51),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (15, 72),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "corsOrigins",
                   position: (15, 76),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            },
            Raw {
             content: " ];\nAUTH_REQUIRED = ",
             position: (15, 88),
            },
            Expression {
             expression: IfThenElse {
              predicate: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (16, 28),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "authenticationRequired",
                  position: (16, 32),
                 },
                ],
               },
               default: None,
              },
              then: String {
               parts: [
                Raw {
                 content: "True",
                 position: (16, 61),
                },
               ],
               position: (16, 60),
              },
              else_: String {
               parts: [
                Raw {
                 content: "False",
                 position: (16, 73),
                },
               ],
               position: (16, 72),
              },
              position: (16, 25),
             },
            },
            Raw {
             content: "\nSIGNUP_ENABLED = ",
             position: (16, 80),
            },
            Expression {
             expression: IfThenElse {
              predicate: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (17, 29),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "signupEnabled",
                  position: (17, 33),
                 },
                ],
               },
               default: None,
              },
              then: String {
               parts: [
                Raw {
                 content: "True",
                 position: (17, 53),
                },
               ],
               position: (17, 52),
              },
              else_: String {
               parts: [
                Raw {
                 content: "False",
                 position: (17, 65),
                },
               ],
               position: (17, 64),
              },
              position: (17, 26),
             },
            },
            Raw {
             content: "\n",
             position: (17, 72),
            },
            Expression {
             expression: PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (18, 9),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "extraConfig",
                 position: (18, 13),
                },
               ],
              },
              default: None,
             },
            },
            Raw {
             content: "\n",
             position: (18, 25),
            },
           ],
           position: (10, 12),
          },
         },
        ],
        recursive: false,
        position: (8, 35),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (23, 3),
        },
        Raw {
         content: "services",
         position: (23, 11),
        },
        Raw {
         content: "alerta",
         position: (23, 20),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (24, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (24, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "alerta",
              position: (24, 30),
             },
            ],
            position: (24, 29),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "port",
            position: (26, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (26, 12),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (27, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (27, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "int",
                  position: (27, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (28, 7),
                },
               ],
              },
              to: Int {
               value: 5000,
               position: (28, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (29, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Port of Alerta",
                 position: (29, 22),
                },
               ],
               position: (29, 21),
              },
             },
            ],
            recursive: false,
            position: (26, 21),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "bind",
            position: (32, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (32, 12),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (33, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (33, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (33, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (34, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "0.0.0.0",
                 position: (34, 18),
                },
               ],
               position: (34, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (35, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Address to bind to. The default is to bind to all addresses",
                 position: (35, 22),
                },
               ],
               position: (35, 21),
              },
             },
            ],
            recursive: false,
            position: (32, 21),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "logDir",
            position: (38, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (38, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (39, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (39, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (39, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (40, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Location where the logfiles are stored",
                 position: (40, 22),
                },
               ],
               position: (40, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (41, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "/var/log/alerta",
                 position: (41, 18),
                },
               ],
               position: (41, 17),
              },
             },
            ],
            recursive: false,
            position: (38, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "databaseUrl",
            position: (44, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (44, 19),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (45, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (45, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (45, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (46, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "URL of the MongoDB or PostgreSQL database to connect to",
                 position: (46, 22),
                },
               ],
               position: (46, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (47, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "mongodb://localhost",
                 position: (47, 18),
                },
               ],
               position: (47, 17),
              },
             },
            ],
            recursive: false,
            position: (44, 28),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "databaseName",
            position: (50, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (50, 20),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (51, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (51, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (51, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (52, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Name of the database instance to connect to",
                 position: (52, 22),
                },
               ],
               position: (52, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (53, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "monitoring",
                 position: (53, 18),
                },
               ],
               position: (53, 17),
              },
             },
            ],
            recursive: false,
            position: (50, 29),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "corsOrigins",
            position: (56, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (56, 19),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (57, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (57, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (57, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (57, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (57, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (58, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "List of URLs that can access the API for Cross-Origin Resource Sharing (CORS)",
                 position: (58, 22),
                },
               ],
               position: (58, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (59, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "http://localhost",
                   position: (59, 20),
                  },
                 ],
                 position: (59, 19),
                },
                String {
                 parts: [
                  Raw {
                   content: "http://localhost:5000",
                   position: (59, 39),
                  },
                 ],
                 position: (59, 38),
                },
               ],
               position: (59, 17),
              },
             },
            ],
            recursive: false,
            position: (56, 28),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "authenticationRequired",
            position: (62, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (62, 30),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (63, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (63, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (63, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (64, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Whether users must authenticate when using the web UI or command-line tool",
                 position: (64, 22),
                },
               ],
               position: (64, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (65, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (65, 17),
              },
             },
            ],
            recursive: false,
            position: (62, 39),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "signupEnabled",
            position: (68, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (68, 21),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (69, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (69, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (69, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (70, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Whether to prevent sign-up of new users via the web UI",
                 position: (70, 22),
                },
               ],
               position: (70, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (71, 7),
                },
               ],
              },
              to: Variable {
               identifier: "true",
               position: (71, 17),
              },
             },
            ],
            recursive: false,
            position: (68, 30),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "extraConfig",
            position: (74, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (74, 19),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (75, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "These lines go into alertad.conf verbatim.",
                 position: (75, 22),
                },
               ],
               position: (75, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (76, 7),
                },
               ],
              },
              to: String {
               parts: [],
               position: (76, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (77, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (77, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "lines",
                  position: (77, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (74, 28),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (23, 29),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (81, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (81, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (81, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (81, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (82, 5),
             },
             Raw {
              content: "tmpfiles",
              position: (82, 13),
             },
             Raw {
              content: "rules",
              position: (82, 22),
             },
            ],
           },
           to: List {
            elements: [
             String {
              parts: [
               Raw {
                content: "d '",
                position: (83, 8),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (83, 13),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "logDir",
                    position: (83, 17),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "' - alerta alerta - -",
                position: (83, 24),
               },
              ],
              position: (83, 7),
             },
            ],
            position: (82, 30),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (86, 5),
             },
             Raw {
              content: "services",
              position: (86, 13),
             },
             Raw {
              content: "alerta",
              position: (86, 22),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (87, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Alerta Monitoring System",
                 position: (87, 22),
                },
               ],
               position: (87, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "wantedBy",
                 position: (88, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (88, 21),
                  },
                 ],
                 position: (88, 20),
                },
               ],
               position: (88, 18),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "after",
                 position: (89, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "networking.target",
                   position: (89, 18),
                  },
                 ],
                 position: (89, 17),
                },
               ],
               position: (89, 15),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "environment",
                 position: (90, 7),
                },
               ],
              },
              to: Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ALERTA_SVR_CONF_FILE",
                    position: (91, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "alertaConf",
                  position: (91, 32),
                 },
                },
               ],
               recursive: false,
               position: (90, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "serviceConfig",
                 position: (93, 7),
                },
               ],
              },
              to: Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ExecStart",
                    position: (94, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (94, 24),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "alerta-server",
                        position: (94, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/alertad run --port ",
                    position: (94, 43),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "toString",
                      position: (94, 69),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (94, 78),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "port",
                          position: (94, 82),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: " --host ",
                    position: (94, 87),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (94, 97),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bind",
                        position: (94, 101),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  position: (94, 21),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "User",
                    position: (95, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "alerta",
                    position: (95, 17),
                   },
                  ],
                  position: (95, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "Group",
                    position: (96, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "alerta",
                    position: (96, 18),
                   },
                  ],
                  position: (96, 17),
                 },
                },
               ],
               recursive: false,
               position: (93, 23),
              },
             },
            ],
            recursive: false,
            position: (86, 31),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (100, 5),
             },
             Raw {
              content: "systemPackages",
              position: (100, 17),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "pkgs",
               position: (100, 36),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "alerta",
                 position: (100, 41),
                },
               ],
              },
              default: None,
             },
            ],
            position: (100, 34),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (102, 5),
             },
             Raw {
              content: "users",
              position: (102, 11),
             },
             Raw {
              content: "alerta",
              position: (102, 17),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "uid",
                 position: (103, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (103, 13),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "ids",
                  position: (103, 20),
                 },
                 Raw {
                  content: "uids",
                  position: (103, 24),
                 },
                 Raw {
                  content: "alerta",
                  position: (103, 29),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (104, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Alerta user",
                 position: (104, 22),
                },
               ],
               position: (104, 21),
              },
             },
            ],
            recursive: false,
            position: (102, 26),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (107, 5),
             },
             Raw {
              content: "groups",
              position: (107, 11),
             },
             Raw {
              content: "alerta",
              position: (107, 18),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "gid",
                 position: (108, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "config",
                position: (108, 13),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "ids",
                  position: (108, 20),
                 },
                 Raw {
                  content: "gids",
                  position: (108, 24),
                 },
                 Raw {
                  content: "alerta",
                  position: (108, 29),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (107, 27),
           },
          },
         ],
         recursive: false,
         position: (81, 28),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (22, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}