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