---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    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: "odoo",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "format",
        position: (7, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (7, 12),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "formats",
          position: (7, 17),
         },
         Raw {
          content: "ini",
          position: (7, 25),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [],
        recursive: false,
        position: (7, 29),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (10, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (11, 5),
           },
           Raw {
            content: "odoo",
            position: (11, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (12, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (12, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "odoo",
                 position: (12, 32),
                },
               ],
               position: (12, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "package",
               position: (14, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (14, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (15, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (15, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (15, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (16, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (16, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "odoo",
                     position: (16, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "defaultText",
                    position: (17, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (17, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.odoo",
                      position: (17, 42),
                     },
                    ],
                    position: (17, 41),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (18, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Odoo package to use.",
                    position: (18, 24),
                   },
                  ],
                  position: (18, 23),
                 },
                },
               ],
               recursive: false,
               position: (14, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "addons",
               position: (21, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (21, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (22, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (22, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "listOf",
                    position: (22, 28),
                   },
                   arguments: [
                    Variable {
                     identifier: "package",
                     position: (22, 35),
                    },
                   ],
                  },
                  position: (22, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (23, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (23, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (24, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (24, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "[ pkgs.odoo_enterprise ]",
                      position: (24, 38),
                     },
                    ],
                    position: (24, 37),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (25, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Odoo addons.",
                    position: (25, 24),
                   },
                  ],
                  position: (25, 23),
                 },
                },
               ],
               recursive: false,
               position: (21, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "settings",
               position: (28, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (28, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (29, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "format",
                   position: (29, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (29, 23),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (30, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (30, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (31, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Odoo configuration settings. For more details see <link xlink:href=\"https://www.odoo.com/documentation/15.0/administration/install/deploy.html\"/>\n",
                    position: (32, 1),
                   },
                  ],
                  position: (31, 23),
                 },
                },
               ],
               recursive: false,
               position: (28, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "domain",
               position: (36, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (36, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (37, 9),
                   },
                  ],
                 },
                 to: With {
                  expression: Variable {
                   identifier: "types",
                   position: (37, 21),
                  },
                  target: FunctionApplication {
                   function: Variable {
                    identifier: "nullOr",
                    position: (37, 28),
                   },
                   arguments: [
                    Variable {
                     identifier: "str",
                     position: (37, 35),
                    },
                   ],
                  },
                  position: (37, 16),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (38, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Domain to host Odoo with nginx",
                    position: (38, 24),
                   },
                  ],
                  position: (38, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (39, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "null",
                  position: (39, 19),
                 },
                },
               ],
               recursive: false,
               position: (36, 25),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (11, 21),
         },
        },
       ],
       recursive: false,
       position: (10, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (44, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (44, 12),
       },
       arguments: [
        Parentheses {
         expression: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (44, 18),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "enable",
             position: (44, 22),
            },
           ],
          },
          default: None,
         },
         position: (44, 17),
        },
        Parentheses {
         expression: LetIn {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "cfgFile",
               position: (45, 5),
              },
             ],
            },
            to: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "format",
               position: (45, 15),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "generate",
                 position: (45, 22),
                },
               ],
              },
              default: None,
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "odoo.cfg",
                 position: (45, 32),
                },
               ],
               position: (45, 31),
              },
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (45, 42),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "settings",
                  position: (45, 46),
                 },
                ],
               },
               default: None,
              },
             ],
            },
           },
          ],
          target: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "services",
                position: (47, 5),
               },
               Raw {
                content: "nginx",
                position: (47, 14),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkIf",
               position: (47, 22),
              },
              arguments: [
               Parentheses {
                expression: BinaryOperation {
                 operator: NotEqualTo,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (47, 28),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "domain",
                      position: (47, 32),
                     },
                    ],
                   },
                   default: None,
                  },
                  Variable {
                   identifier: "null",
                   position: (47, 42),
                  },
                 ],
                 position: (47, 39),
                },
                position: (47, 27),
               },
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "upstreams",
                     position: (48, 7),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "odoo",
                        position: (49, 9),
                       },
                       Raw {
                        content: "servers",
                        position: (49, 14),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           ast: String {
                            parts: [
                             Raw {
                              content: "127.0.0.1:8069",
                              position: (50, 12),
                             },
                            ],
                            position: (50, 11),
                           },
                          },
                         ],
                        },
                        to: Map {
                         bindings: [],
                         recursive: false,
                         position: (50, 30),
                        },
                       },
                      ],
                      recursive: false,
                      position: (49, 24),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "odoochat",
                        position: (53, 9),
                       },
                       Raw {
                        content: "servers",
                        position: (53, 18),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           ast: String {
                            parts: [
                             Raw {
                              content: "127.0.0.1:8072",
                              position: (54, 12),
                             },
                            ],
                            position: (54, 11),
                           },
                          },
                         ],
                        },
                        to: Map {
                         bindings: [],
                         recursive: false,
                         position: (54, 30),
                        },
                       },
                      ],
                      recursive: false,
                      position: (53, 28),
                     },
                    },
                   ],
                   recursive: false,
                   position: (48, 19),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "virtualHosts",
                     position: (58, 7),
                    },
                    Expression {
                     ast: String {
                      parts: [
                       Interpolation {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (58, 23),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "domain",
                            position: (58, 27),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                      ],
                      position: (58, 20),
                     },
                    },
                   ],
                  },
                  to: Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "extraConfig",
                        position: (59, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "proxy_read_timeout 720s;\nproxy_connect_timeout 720s;\nproxy_send_timeout 720s;\n\nproxy_set_header X-Forwarded-Host $host;\nproxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\nproxy_set_header X-Forwarded-Proto $scheme;\nproxy_set_header X-Real-IP $remote_addr;\n",
                        position: (60, 1),
                       },
                      ],
                      position: (59, 23),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "locations",
                        position: (70, 9),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           ast: String {
                            parts: [
                             Raw {
                              content: "/longpolling",
                              position: (71, 12),
                             },
                            ],
                            position: (71, 11),
                           },
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "proxyPass",
                              position: (72, 13),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "http://odoochat",
                              position: (72, 26),
                             },
                            ],
                            position: (72, 25),
                           },
                          },
                         ],
                         recursive: false,
                         position: (71, 28),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           ast: String {
                            parts: [
                             Raw {
                              content: "/",
                              position: (75, 12),
                             },
                            ],
                            position: (75, 11),
                           },
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "proxyPass",
                              position: (76, 13),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "http://odoo",
                              position: (76, 26),
                             },
                            ],
                            position: (76, 25),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "extraConfig",
                              position: (77, 13),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "proxy_redirect off;\n",
                              position: (78, 1),
                             },
                            ],
                            position: (77, 27),
                           },
                          },
                         ],
                         recursive: false,
                         position: (75, 17),
                        },
                       },
                      ],
                      recursive: false,
                      position: (70, 21),
                     },
                    },
                   ],
                   recursive: false,
                   position: (58, 38),
                  },
                 },
                ],
                recursive: false,
                position: (47, 48),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "services",
                position: (85, 5),
               },
               Raw {
                content: "odoo",
                position: (85, 14),
               },
               Raw {
                content: "settings",
                position: (85, 19),
               },
               Raw {
                content: "options",
                position: (85, 28),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "proxy_mode",
                   position: (86, 7),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: NotEqualTo,
                 operands: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (86, 20),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "domain",
                      position: (86, 24),
                     },
                    ],
                   },
                   default: None,
                  },
                  Variable {
                   identifier: "null",
                   position: (86, 34),
                  },
                 ],
                 position: (86, 31),
                },
               },
              ],
              recursive: false,
              position: (85, 38),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "users",
                position: (89, 5),
               },
               Raw {
                content: "users",
                position: (89, 11),
               },
               Raw {
                content: "odoo",
                position: (89, 17),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "isSystemUser",
                   position: (90, 7),
                  },
                 ],
                },
                to: Variable {
                 identifier: "true",
                 position: (90, 22),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "group",
                   position: (91, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "odoo",
                   position: (91, 16),
                  },
                 ],
                 position: (91, 15),
                },
               },
              ],
              recursive: false,
              position: (89, 24),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "users",
                position: (93, 5),
               },
               Raw {
                content: "groups",
                position: (93, 11),
               },
               Raw {
                content: "odoo",
                position: (93, 18),
               },
              ],
             },
             to: Map {
              bindings: [],
              recursive: false,
              position: (93, 25),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "systemd",
                position: (95, 5),
               },
               Raw {
                content: "services",
                position: (95, 13),
               },
               Raw {
                content: "odoo",
                position: (95, 22),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "wantedBy",
                   position: (96, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "multi-user.target",
                     position: (96, 21),
                    },
                   ],
                   position: (96, 20),
                  },
                 ],
                 position: (96, 18),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "after",
                   position: (97, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "network.target",
                     position: (97, 18),
                    },
                   ],
                   position: (97, 17),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "postgresql.service",
                     position: (97, 35),
                    },
                   ],
                   position: (97, 34),
                  },
                 ],
                 position: (97, 15),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "path",
                   position: (100, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "config",
                    position: (100, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "services",
                      position: (100, 23),
                     },
                     Raw {
                      content: "postgresql",
                      position: (100, 32),
                     },
                     Raw {
                      content: "package",
                      position: (100, 43),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (100, 14),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "requires",
                   position: (102, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "postgresql.service",
                     position: (102, 21),
                    },
                   ],
                   position: (102, 20),
                  },
                 ],
                 position: (102, 18),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "script",
                   position: (103, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "HOME=$STATE_DIRECTORY ",
                   position: (103, 17),
                  },
                  Interpolation {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (103, 41),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "package",
                       position: (103, 45),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/bin/odoo ",
                   position: (103, 53),
                  },
                  Interpolation {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "optionalString",
                     position: (103, 65),
                    },
                    arguments: [
                     Parentheses {
                      expression: BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (103, 81),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "addons",
                            position: (103, 85),
                           },
                          ],
                         },
                         default: None,
                        },
                        List {
                         elements: [],
                         position: (103, 95),
                        },
                       ],
                       position: (103, 92),
                      },
                      position: (103, 80),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "--addons-path=",
                        position: (103, 100),
                       },
                       Interpolation {
                        expression: FunctionApplication {
                         function: Variable {
                          identifier: "concatMapStringsSep",
                          position: (103, 116),
                         },
                         arguments: [
                          String {
                           parts: [
                            Raw {
                             content: ",",
                             position: (103, 137),
                            },
                           ],
                           position: (103, 136),
                          },
                          Variable {
                           identifier: "escapeShellArg",
                           position: (103, 140),
                          },
                          PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (103, 155),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "addons",
                              position: (103, 159),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                        },
                       },
                      ],
                      position: (103, 99),
                     },
                    ],
                   },
                  },
                  Raw {
                   content: " -c ",
                   position: (103, 168),
                  },
                  Interpolation {
                   expression: Variable {
                    identifier: "cfgFile",
                    position: (103, 174),
                   },
                  },
                 ],
                 position: (103, 16),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "serviceConfig",
                   position: (105, 7),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "DynamicUser",
                      position: (106, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "true",
                    position: (106, 23),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "User",
                      position: (107, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "odoo",
                      position: (107, 17),
                     },
                    ],
                    position: (107, 16),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "StateDirectory",
                      position: (108, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "odoo",
                      position: (108, 27),
                     },
                    ],
                    position: (108, 26),
                   },
                  },
                 ],
                 recursive: false,
                 position: (105, 23),
                },
               },
              ],
              recursive: false,
              position: (95, 29),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "services",
                position: (112, 5),
               },
               Raw {
                content: "postgresql",
                position: (112, 14),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "enable",
                   position: (113, 7),
                  },
                 ],
                },
                to: Variable {
                 identifier: "true",
                 position: (113, 16),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "ensureUsers",
                   position: (115, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "name",
                        position: (116, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "odoo",
                        position: (116, 17),
                       },
                      ],
                      position: (116, 16),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ensurePermissions",
                        position: (117, 9),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           ast: String {
                            parts: [
                             Raw {
                              content: "DATABASE odoo",
                              position: (117, 32),
                             },
                            ],
                            position: (117, 31),
                           },
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "ALL PRIVILEGES",
                           position: (117, 50),
                          },
                         ],
                         position: (117, 49),
                        },
                       },
                      ],
                      recursive: false,
                      position: (117, 29),
                     },
                    },
                   ],
                   recursive: false,
                   position: (115, 22),
                  },
                 ],
                 position: (115, 21),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "ensureDatabases",
                   position: (119, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "odoo",
                     position: (119, 28),
                    },
                   ],
                   position: (119, 27),
                  },
                 ],
                 position: (119, 25),
                },
               },
              ],
              recursive: false,
              position: (112, 27),
             },
            },
           ],
           recursive: false,
           position: (46, 6),
          },
          position: (44, 31),
         },
         position: (44, 30),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (9, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}