Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: LetIn(
   LetIn {
    bindings: [
     Inherit(
      BindingInherit {
       from: Some(
        Identifier(
         Identifier {
          id: "lib",
          span: Span {
           start: Position {
            line: 4,
            column: 12,
           },
           end: Position {
            line: 4,
            column: 15,
           },
          },
         },
        ),
       ),
       attributes: [
        Raw(
         PartRaw {
          content: "mkBefore",
          span: Span {
           start: Position {
            line: 4,
            column: 17,
           },
           end: Position {
            line: 4,
            column: 25,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkDefault",
          span: Span {
           start: Position {
            line: 4,
            column: 26,
           },
           end: Position {
            line: 4,
            column: 35,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkEnableOption",
          span: Span {
           start: Position {
            line: 4,
            column: 36,
           },
           end: Position {
            line: 4,
            column: 50,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkIf",
          span: Span {
           start: Position {
            line: 4,
            column: 51,
           },
           end: Position {
            line: 4,
            column: 55,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkOption",
          span: Span {
           start: Position {
            line: 4,
            column: 56,
           },
           end: Position {
            line: 4,
            column: 64,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mkRemovedOptionModule",
          span: Span {
           start: Position {
            line: 4,
            column: 65,
           },
           end: Position {
            line: 4,
            column: 86,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "types",
          span: Span {
           start: Position {
            line: 4,
            column: 87,
           },
           end: Position {
            line: 4,
            column: 92,
           },
          },
         },
        ),
       ],
       span: Span {
        start: Position {
         line: 3,
         column: 4,
        },
        end: Position {
         line: 4,
         column: 93,
        },
       },
      },
     ),
     Inherit(
      BindingInherit {
       from: Some(
        Identifier(
         Identifier {
          id: "lib",
          span: Span {
           start: Position {
            line: 5,
            column: 12,
           },
           end: Position {
            line: 5,
            column: 15,
           },
          },
         },
        ),
       ),
       attributes: [
        Raw(
         PartRaw {
          content: "concatStringsSep",
          span: Span {
           start: Position {
            line: 5,
            column: 17,
           },
           end: Position {
            line: 5,
            column: 33,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "literalExpression",
          span: Span {
           start: Position {
            line: 5,
            column: 34,
           },
           end: Position {
            line: 5,
            column: 51,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "mapAttrsToList",
          span: Span {
           start: Position {
            line: 5,
            column: 52,
           },
           end: Position {
            line: 5,
            column: 66,
           },
          },
         },
        ),
       ],
       span: Span {
        start: Position {
         line: 3,
         column: 4,
        },
        end: Position {
         line: 5,
         column: 67,
        },
       },
      },
     ),
     Inherit(
      BindingInherit {
       from: Some(
        Identifier(
         Identifier {
          id: "lib",
          span: Span {
           start: Position {
            line: 6,
            column: 12,
           },
           end: Position {
            line: 6,
            column: 15,
           },
          },
         },
        ),
       ),
       attributes: [
        Raw(
         PartRaw {
          content: "optional",
          span: Span {
           start: Position {
            line: 6,
            column: 17,
           },
           end: Position {
            line: 6,
            column: 25,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "optionalAttrs",
          span: Span {
           start: Position {
            line: 6,
            column: 26,
           },
           end: Position {
            line: 6,
            column: 39,
           },
          },
         },
        ),
        Raw(
         PartRaw {
          content: "optionalString",
          span: Span {
           start: Position {
            line: 6,
            column: 40,
           },
           end: Position {
            line: 6,
            column: 54,
           },
          },
         },
        ),
       ],
       span: Span {
        start: Position {
         line: 3,
         column: 4,
        },
        end: Position {
         line: 6,
         column: 55,
        },
       },
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "cfg",
          span: Span {
           start: Position {
            line: 8,
            column: 3,
           },
           end: Position {
            line: 8,
            column: 6,
           },
          },
         },
        ),
       ],
       to: PropertyAccess(
        PropertyAccess {
         expression: Identifier(
          Identifier {
           id: "config",
           span: Span {
            start: Position {
             line: 8,
             column: 9,
            },
            end: Position {
             line: 8,
             column: 15,
            },
           },
          },
         ),
         attribute_path: [
          Raw(
           PartRaw {
            content: "services",
            span: Span {
             start: Position {
              line: 8,
              column: 16,
             },
             end: Position {
              line: 8,
              column: 24,
             },
            },
           },
          ),
          Raw(
           PartRaw {
            content: "redmine",
            span: Span {
             start: Position {
              line: 8,
              column: 25,
             },
             end: Position {
              line: 8,
              column: 32,
             },
            },
           },
          ),
         ],
         default: None,
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "format",
          span: Span {
           start: Position {
            line: 9,
            column: 3,
           },
           end: Position {
            line: 9,
            column: 9,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 9,
               column: 12,
              },
              end: Position {
               line: 9,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "formats",
              span: Span {
               start: Position {
                line: 9,
                column: 17,
               },
               end: Position {
                line: 9,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "yaml",
              span: Span {
               start: Position {
                line: 9,
                column: 25,
               },
               end: Position {
                line: 9,
                column: 29,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          Map(
           Map {
            recursive: false,
            bindings: [],
            span: Span {
             start: Position {
              line: 9,
              column: 30,
             },
             end: Position {
              line: 9,
              column: 32,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "bundle",
          span: Span {
           start: Position {
            line: 10,
            column: 3,
           },
           end: Position {
            line: 10,
            column: 9,
           },
          },
         },
        ),
       ],
       to: String(
        String_ {
         parts: [
          Interpolation(
           PartInterpolation {
            expression: PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 15,
                 },
                 end: Position {
                  line: 10,
                  column: 18,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "package",
                 span: Span {
                  start: Position {
                   line: 10,
                   column: 19,
                  },
                  end: Position {
                   line: 10,
                   column: 26,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
           },
          ),
          Raw(
           PartRaw {
            content: "/share/redmine/bin/bundle",
            span: Span {
             start: Position {
              line: 10,
              column: 13,
             },
             end: Position {
              line: 10,
              column: 52,
             },
            },
           },
          ),
         ],
         span: Span {
          start: Position {
           line: 10,
           column: 12,
          },
          end: Position {
           line: 10,
           column: 53,
          },
         },
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "databaseYml",
          span: Span {
           start: Position {
            line: 12,
            column: 3,
           },
           end: Position {
            line: 12,
            column: 14,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 12,
               column: 17,
              },
              end: Position {
               line: 12,
               column: 21,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "writeText",
              span: Span {
               start: Position {
                line: 12,
                column: 22,
               },
               end: Position {
                line: 12,
                column: 31,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          String(
           String_ {
            parts: [
             Raw(
              PartRaw {
               content: "database.yml",
               span: Span {
                start: Position {
                 line: 12,
                 column: 33,
                },
                end: Position {
                 line: 12,
                 column: 45,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 12,
              column: 32,
             },
             end: Position {
              line: 12,
              column: 46,
             },
            },
           },
          ),
          IndentedString(
           IndentedString {
            parts: [
             Raw(
              PartRaw {
               content: "production:\n  adapter: ",
               span: Span {
                start: Position {
                 line: 13,
                 column: 1,
                },
                end: Position {
                 line: 14,
                 column: 16,
                },
               },
              },
             ),
             Interpolation(
              PartInterpolation {
               expression: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 14,
                     column: 18,
                    },
                    end: Position {
                     line: 14,
                     column: 21,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "database",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 22,
                     },
                     end: Position {
                      line: 14,
                      column: 30,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "type",
                    span: Span {
                     start: Position {
                      line: 14,
                      column: 31,
                     },
                     end: Position {
                      line: 14,
                      column: 35,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              },
             ),
             Raw(
              PartRaw {
               content: "\n  database: ",
               span: Span {
                start: Position {
                 line: 13,
                 column: 1,
                },
                end: Position {
                 line: 15,
                 column: 17,
                },
               },
              },
             ),
             Interpolation(
              PartInterpolation {
               expression: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 19,
                    },
                    end: Position {
                     line: 15,
                     column: 22,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "database",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 23,
                     },
                     end: Position {
                      line: 15,
                      column: 31,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "name",
                    span: Span {
                     start: Position {
                      line: 15,
                      column: 32,
                     },
                     end: Position {
                      line: 15,
                      column: 36,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              },
             ),
             Raw(
              PartRaw {
               content: "\n  host: ",
               span: Span {
                start: Position {
                 line: 13,
                 column: 1,
                },
                end: Position {
                 line: 16,
                 column: 13,
                },
               },
              },
             ),
             Interpolation(
              PartInterpolation {
               expression: IfThenElse(
                IfThenElse {
                 predicate: BinaryOperation(
                  BinaryOperation {
                   left: BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 19,
                          },
                          end: Position {
                           line: 16,
                           column: 22,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "database",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 23,
                           },
                           end: Position {
                            line: 16,
                            column: 31,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "type",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 32,
                           },
                           end: Position {
                            line: 16,
                            column: 36,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: EqualTo,
                     right: String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "postgresql",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 41,
                           },
                           end: Position {
                            line: 16,
                            column: 51,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 40,
                        },
                        end: Position {
                         line: 16,
                         column: 52,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   operator: LogicalAnd,
                   right: BinaryOperation(
                    BinaryOperation {
                     left: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 56,
                          },
                          end: Position {
                           line: 16,
                           column: 59,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "database",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 60,
                           },
                           end: Position {
                            line: 16,
                            column: 68,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "socket",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 69,
                           },
                           end: Position {
                            line: 16,
                            column: 75,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 79,
                        },
                        end: Position {
                         line: 16,
                         column: 83,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  },
                 ),
                 then: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 16,
                       column: 90,
                      },
                      end: Position {
                       line: 16,
                       column: 93,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 94,
                       },
                       end: Position {
                        line: 16,
                        column: 102,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "socket",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 103,
                       },
                       end: Position {
                        line: 16,
                        column: 109,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                 else_: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 16,
                       column: 115,
                      },
                      end: Position {
                       line: 16,
                       column: 118,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 119,
                       },
                       end: Position {
                        line: 16,
                        column: 127,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "host",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 128,
                       },
                       end: Position {
                        line: 16,
                        column: 132,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 15,
                  },
                  end: Position {
                   line: 16,
                   column: 132,
                  },
                 },
                },
               ),
              },
             ),
             Raw(
              PartRaw {
               content: "\n  port: ",
               span: Span {
                start: Position {
                 line: 13,
                 column: 1,
                },
                end: Position {
                 line: 17,
                 column: 13,
                },
               },
              },
             ),
             Interpolation(
              PartInterpolation {
               expression: FunctionApplication(
                FunctionApplication {
                 function: Identifier(
                  Identifier {
                   id: "toString",
                   span: Span {
                    start: Position {
                     line: 17,
                     column: 15,
                    },
                    end: Position {
                     line: 17,
                     column: 23,
                    },
                   },
                  },
                 ),
                 arguments: [
                  PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 24,
                       },
                       end: Position {
                        line: 17,
                        column: 27,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "database",
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 28,
                        },
                        end: Position {
                         line: 17,
                         column: 36,
                        },
                       },
                      },
                     ),
                     Raw(
                      PartRaw {
                       content: "port",
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 37,
                        },
                        end: Position {
                         line: 17,
                         column: 41,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                 ],
                },
               ),
              },
             ),
             Raw(
              PartRaw {
               content: "\n  username: ",
               span: Span {
                start: Position {
                 line: 13,
                 column: 1,
                },
                end: Position {
                 line: 18,
                 column: 17,
                },
               },
              },
             ),
             Interpolation(
              PartInterpolation {
               expression: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "cfg",
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 19,
                    },
                    end: Position {
                     line: 18,
                     column: 22,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "database",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 23,
                     },
                     end: Position {
                      line: 18,
                      column: 31,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "user",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 32,
                     },
                     end: Position {
                      line: 18,
                      column: 36,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
              },
             ),
             Raw(
              PartRaw {
               content: "\n  password: #dbpass#\n  ",
               span: Span {
                start: Position {
                 line: 13,
                 column: 1,
                },
                end: Position {
                 line: 20,
                 column: 7,
                },
               },
              },
             ),
             Interpolation(
              PartInterpolation {
               expression: FunctionApplication(
                FunctionApplication {
                 function: Identifier(
                  Identifier {
                   id: "optionalString",
                   span: Span {
                    start: Position {
                     line: 20,
                     column: 9,
                    },
                    end: Position {
                     line: 20,
                     column: 23,
                    },
                   },
                  },
                 ),
                 arguments: [
                  BinaryOperation(
                   BinaryOperation {
                    left: BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 25,
                           },
                           end: Position {
                            line: 20,
                            column: 28,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "database",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 29,
                            },
                            end: Position {
                             line: 20,
                             column: 37,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 38,
                            },
                            end: Position {
                             line: 20,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: EqualTo,
                      right: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "mysql2",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 47,
                            },
                            end: Position {
                             line: 20,
                             column: 53,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 46,
                         },
                         end: Position {
                          line: 20,
                          column: 54,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    operator: LogicalAnd,
                    right: BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 58,
                           },
                           end: Position {
                            line: 20,
                            column: 61,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "database",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 62,
                            },
                            end: Position {
                             line: 20,
                             column: 70,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "socket",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 71,
                            },
                            end: Position {
                             line: 20,
                             column: 77,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: NotEqualTo,
                      right: Identifier(
                       Identifier {
                        id: "null",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 81,
                         },
                         end: Position {
                          line: 20,
                          column: 85,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   },
                  ),
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "socket: ",
                       span: Span {
                        start: Position {
                         line: 20,
                         column: 88,
                        },
                        end: Position {
                         line: 20,
                         column: 118,
                        },
                       },
                      },
                     ),
                     Interpolation(
                      PartInterpolation {
                       expression: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 98,
                            },
                            end: Position {
                             line: 20,
                             column: 101,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "database",
                            span: Span {
                             start: Position {
                              line: 20,
                              column: 102,
                             },
                             end: Position {
                              line: 20,
                              column: 110,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "socket",
                            span: Span {
                             start: Position {
                              line: 20,
                              column: 111,
                             },
                             end: Position {
                              line: 20,
                              column: 117,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 20,
                      column: 87,
                     },
                     end: Position {
                      line: 20,
                      column: 119,
                     },
                    },
                   },
                  ),
                 ],
                },
               ),
              },
             ),
             Raw(
              PartRaw {
               content: "\n",
               span: Span {
                start: Position {
                 line: 13,
                 column: 1,
                },
                end: Position {
                 line: 21,
                 column: 3,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 12,
              column: 47,
             },
             end: Position {
              line: 21,
              column: 5,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "configurationYml",
          span: Span {
           start: Position {
            line: 23,
            column: 3,
           },
           end: Position {
            line: 23,
            column: 19,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "format",
             span: Span {
              start: Position {
               line: 23,
               column: 22,
              },
              end: Position {
               line: 23,
               column: 28,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "generate",
              span: Span {
               start: Position {
                line: 23,
                column: 29,
               },
               end: Position {
                line: 23,
                column: 37,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          String(
           String_ {
            parts: [
             Raw(
              PartRaw {
               content: "configuration.yml",
               span: Span {
                start: Position {
                 line: 23,
                 column: 39,
                },
                end: Position {
                 line: 23,
                 column: 56,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 23,
              column: 38,
             },
             end: Position {
              line: 23,
              column: 57,
             },
            },
           },
          ),
          PropertyAccess(
           PropertyAccess {
            expression: Identifier(
             Identifier {
              id: "cfg",
              span: Span {
               start: Position {
                line: 23,
                column: 58,
               },
               end: Position {
                line: 23,
                column: 61,
               },
              },
             },
            ),
            attribute_path: [
             Raw(
              PartRaw {
               content: "settings",
               span: Span {
                start: Position {
                 line: 23,
                 column: 62,
                },
                end: Position {
                 line: 23,
                 column: 70,
                },
               },
              },
             ),
            ],
            default: None,
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "additionalEnvironment",
          span: Span {
           start: Position {
            line: 24,
            column: 3,
           },
           end: Position {
            line: 24,
            column: 24,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "pkgs",
             span: Span {
              start: Position {
               line: 24,
               column: 27,
              },
              end: Position {
               line: 24,
               column: 31,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "writeText",
              span: Span {
               start: Position {
                line: 24,
                column: 32,
               },
               end: Position {
                line: 24,
                column: 41,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         arguments: [
          String(
           String_ {
            parts: [
             Raw(
              PartRaw {
               content: "additional_environment.rb",
               span: Span {
                start: Position {
                 line: 24,
                 column: 43,
                },
                end: Position {
                 line: 24,
                 column: 68,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 24,
              column: 42,
             },
             end: Position {
              line: 24,
              column: 69,
             },
            },
           },
          ),
          PropertyAccess(
           PropertyAccess {
            expression: Identifier(
             Identifier {
              id: "cfg",
              span: Span {
               start: Position {
                line: 24,
                column: 70,
               },
               end: Position {
                line: 24,
                column: 73,
               },
              },
             },
            ),
            attribute_path: [
             Raw(
              PartRaw {
               content: "extraEnv",
               span: Span {
                start: Position {
                 line: 24,
                 column: 74,
                },
                end: Position {
                 line: 24,
                 column: 82,
                },
               },
              },
             ),
            ],
            default: None,
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "unpackTheme",
          span: Span {
           start: Position {
            line: 26,
            column: 3,
           },
           end: Position {
            line: 26,
            column: 14,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: Identifier(
          Identifier {
           id: "unpack",
           span: Span {
            start: Position {
             line: 26,
             column: 17,
            },
            end: Position {
             line: 26,
             column: 23,
            },
           },
          },
         ),
         arguments: [
          String(
           String_ {
            parts: [
             Raw(
              PartRaw {
               content: "theme",
               span: Span {
                start: Position {
                 line: 26,
                 column: 25,
                },
                end: Position {
                 line: 26,
                 column: 30,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 26,
              column: 24,
             },
             end: Position {
              line: 26,
              column: 31,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "unpackPlugin",
          span: Span {
           start: Position {
            line: 27,
            column: 3,
           },
           end: Position {
            line: 27,
            column: 15,
           },
          },
         },
        ),
       ],
       to: FunctionApplication(
        FunctionApplication {
         function: Identifier(
          Identifier {
           id: "unpack",
           span: Span {
            start: Position {
             line: 27,
             column: 18,
            },
            end: Position {
             line: 27,
             column: 24,
            },
           },
          },
         ),
         arguments: [
          String(
           String_ {
            parts: [
             Raw(
              PartRaw {
               content: "plugin",
               span: Span {
                start: Position {
                 line: 27,
                 column: 26,
                },
                end: Position {
                 line: 27,
                 column: 32,
                },
               },
              },
             ),
            ],
            span: Span {
             start: Position {
              line: 27,
              column: 25,
             },
             end: Position {
              line: 27,
              column: 33,
             },
            },
           },
          ),
         ],
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "unpack",
          span: Span {
           start: Position {
            line: 28,
            column: 3,
           },
           end: Position {
            line: 28,
            column: 9,
           },
          },
         },
        ),
       ],
       to: Function(
        Function {
         head: Simple(
          FunctionHeadSimple {
           identifier: "id",
          },
         ),
         body: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "name",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "source",
              },
             ),
             body: FunctionApplication(
              FunctionApplication {
               function: PropertyAccess(
                PropertyAccess {
                 expression: Identifier(
                  Identifier {
                   id: "pkgs",
                   span: Span {
                    start: Position {
                     line: 29,
                     column: 5,
                    },
                    end: Position {
                     line: 29,
                     column: 9,
                    },
                   },
                  },
                 ),
                 attribute_path: [
                  Raw(
                   PartRaw {
                    content: "stdenv",
                    span: Span {
                     start: Position {
                      line: 29,
                      column: 10,
                     },
                     end: Position {
                      line: 29,
                      column: 16,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "mkDerivation",
                    span: Span {
                     start: Position {
                      line: 29,
                      column: 17,
                     },
                     end: Position {
                      line: 29,
                      column: 29,
                     },
                    },
                   },
                  ),
                 ],
                 default: None,
                },
               ),
               arguments: [
                Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "name",
                        span: Span {
                         start: Position {
                          line: 30,
                          column: 7,
                         },
                         end: Position {
                          line: 30,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "redmine-",
                          span: Span {
                           start: Position {
                            line: 30,
                            column: 15,
                           },
                           end: Position {
                            line: 30,
                            column: 28,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "id",
                            span: Span {
                             start: Position {
                              line: 30,
                              column: 25,
                             },
                             end: Position {
                              line: 30,
                              column: 27,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "-",
                          span: Span {
                           start: Position {
                            line: 30,
                            column: 15,
                           },
                           end: Position {
                            line: 30,
                            column: 29,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "name",
                            span: Span {
                             start: Position {
                              line: 30,
                              column: 31,
                             },
                             end: Position {
                              line: 30,
                              column: 35,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 30,
                         column: 14,
                        },
                        end: Position {
                         line: 30,
                         column: 37,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "nativeBuildInputs",
                        span: Span {
                         start: Position {
                          line: 31,
                          column: 7,
                         },
                         end: Position {
                          line: 31,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     to: List(
                      List {
                       elements: [
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 31,
                              column: 29,
                             },
                             end: Position {
                              line: 31,
                              column: 33,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "unzip",
                             span: Span {
                              start: Position {
                               line: 31,
                               column: 34,
                              },
                              end: Position {
                               line: 31,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 31,
                         column: 27,
                        },
                        end: Position {
                         line: 31,
                         column: 41,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "buildCommand",
                        span: Span {
                         start: Position {
                          line: 32,
                          column: 7,
                         },
                         end: Position {
                          line: 32,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "mkdir -p $out\ncd $out\nunpackFile ",
                          span: Span {
                           start: Position {
                            line: 33,
                            column: 1,
                           },
                           end: Position {
                            line: 35,
                            column: 20,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "source",
                            span: Span {
                             start: Position {
                              line: 35,
                              column: 22,
                             },
                             end: Position {
                              line: 35,
                              column: 28,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 33,
                            column: 1,
                           },
                           end: Position {
                            line: 36,
                            column: 7,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 32,
                         column: 22,
                        },
                        end: Position {
                         line: 36,
                         column: 9,
                        },
                       },
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 29,
                    column: 30,
                   },
                   end: Position {
                    line: 37,
                    column: 4,
                   },
                  },
                 },
                ),
               ],
              },
             ),
             span: Span {
              start: Position {
               line: 28,
               column: 23,
              },
              end: Position {
               line: 37,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 28,
             column: 17,
            },
            end: Position {
             line: 37,
             column: 4,
            },
           },
          },
         ),
         span: Span {
          start: Position {
           line: 28,
           column: 12,
          },
          end: Position {
           line: 37,
           column: 5,
          },
         },
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "mysqlLocal",
          span: Span {
           start: Position {
            line: 39,
            column: 3,
           },
           end: Position {
            line: 39,
            column: 13,
           },
          },
         },
        ),
       ],
       to: BinaryOperation(
        BinaryOperation {
         left: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "cfg",
             span: Span {
              start: Position {
               line: 39,
               column: 16,
              },
              end: Position {
               line: 39,
               column: 19,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "database",
              span: Span {
               start: Position {
                line: 39,
                column: 20,
               },
               end: Position {
                line: 39,
                column: 28,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "createLocally",
              span: Span {
               start: Position {
                line: 39,
                column: 29,
               },
               end: Position {
                line: 39,
                column: 42,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         operator: LogicalAnd,
         right: BinaryOperation(
          BinaryOperation {
           left: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "cfg",
               span: Span {
                start: Position {
                 line: 39,
                 column: 46,
                },
                end: Position {
                 line: 39,
                 column: 49,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "database",
                span: Span {
                 start: Position {
                  line: 39,
                  column: 50,
                 },
                 end: Position {
                  line: 39,
                  column: 58,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "type",
                span: Span {
                 start: Position {
                  line: 39,
                  column: 59,
                 },
                 end: Position {
                  line: 39,
                  column: 63,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           operator: EqualTo,
           right: String(
            String_ {
             parts: [
              Raw(
               PartRaw {
                content: "mysql2",
                span: Span {
                 start: Position {
                  line: 39,
                  column: 68,
                 },
                 end: Position {
                  line: 39,
                  column: 74,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 39,
               column: 67,
              },
              end: Position {
               line: 39,
               column: 75,
              },
             },
            },
           ),
          },
         ),
        },
       ),
      },
     ),
     KeyValue(
      BindingKeyValue {
       from: [
        Raw(
         PartRaw {
          content: "pgsqlLocal",
          span: Span {
           start: Position {
            line: 40,
            column: 3,
           },
           end: Position {
            line: 40,
            column: 13,
           },
          },
         },
        ),
       ],
       to: BinaryOperation(
        BinaryOperation {
         left: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "cfg",
             span: Span {
              start: Position {
               line: 40,
               column: 16,
              },
              end: Position {
               line: 40,
               column: 19,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "database",
              span: Span {
               start: Position {
                line: 40,
                column: 20,
               },
               end: Position {
                line: 40,
                column: 28,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "createLocally",
              span: Span {
               start: Position {
                line: 40,
                column: 29,
               },
               end: Position {
                line: 40,
                column: 42,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
         operator: LogicalAnd,
         right: BinaryOperation(
          BinaryOperation {
           left: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "cfg",
               span: Span {
                start: Position {
                 line: 40,
                 column: 46,
                },
                end: Position {
                 line: 40,
                 column: 49,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "database",
                span: Span {
                 start: Position {
                  line: 40,
                  column: 50,
                 },
                 end: Position {
                  line: 40,
                  column: 58,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "type",
                span: Span {
                 start: Position {
                  line: 40,
                  column: 59,
                 },
                 end: Position {
                  line: 40,
                  column: 63,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           operator: EqualTo,
           right: String(
            String_ {
             parts: [
              Raw(
               PartRaw {
                content: "postgresql",
                span: Span {
                 start: Position {
                  line: 40,
                  column: 68,
                 },
                 end: Position {
                  line: 40,
                  column: 78,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 40,
               column: 67,
              },
              end: Position {
               line: 40,
               column: 79,
              },
             },
            },
           ),
          },
         ),
        },
       ),
      },
     ),
    ],
    target: Map(
     Map {
      recursive: false,
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "imports",
            span: Span {
             start: Position {
              line: 44,
              column: 3,
             },
             end: Position {
              line: 44,
              column: 10,
             },
            },
           },
          ),
         ],
         to: List(
          List {
           elements: [
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "mkRemovedOptionModule",
                span: Span {
                 start: Position {
                  line: 45,
                  column: 6,
                 },
                 end: Position {
                  line: 45,
                  column: 27,
                 },
                },
               },
              ),
              arguments: [
               List(
                List {
                 elements: [
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "services",
                       span: Span {
                        start: Position {
                         line: 45,
                         column: 31,
                        },
                        end: Position {
                         line: 45,
                         column: 39,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 45,
                      column: 30,
                     },
                     end: Position {
                      line: 45,
                      column: 40,
                     },
                    },
                   },
                  ),
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "redmine",
                       span: Span {
                        start: Position {
                         line: 45,
                         column: 42,
                        },
                        end: Position {
                         line: 45,
                         column: 49,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 45,
                      column: 41,
                     },
                     end: Position {
                      line: 45,
                      column: 50,
                     },
                    },
                   },
                  ),
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "extraConfig",
                       span: Span {
                        start: Position {
                         line: 45,
                         column: 52,
                        },
                        end: Position {
                         line: 45,
                         column: 63,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 45,
                      column: 51,
                     },
                     end: Position {
                      line: 45,
                      column: 64,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 45,
                   column: 28,
                  },
                  end: Position {
                   line: 45,
                   column: 66,
                  },
                 },
                },
               ),
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "Use services.redmine.settings instead.",
                    span: Span {
                     start: Position {
                      line: 45,
                      column: 68,
                     },
                     end: Position {
                      line: 45,
                      column: 106,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 45,
                   column: 67,
                  },
                  end: Position {
                   line: 45,
                   column: 107,
                  },
                 },
                },
               ),
              ],
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: Identifier(
               Identifier {
                id: "mkRemovedOptionModule",
                span: Span {
                 start: Position {
                  line: 46,
                  column: 6,
                 },
                 end: Position {
                  line: 46,
                  column: 27,
                 },
                },
               },
              ),
              arguments: [
               List(
                List {
                 elements: [
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "services",
                       span: Span {
                        start: Position {
                         line: 46,
                         column: 31,
                        },
                        end: Position {
                         line: 46,
                         column: 39,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 46,
                      column: 30,
                     },
                     end: Position {
                      line: 46,
                      column: 40,
                     },
                    },
                   },
                  ),
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "redmine",
                       span: Span {
                        start: Position {
                         line: 46,
                         column: 42,
                        },
                        end: Position {
                         line: 46,
                         column: 49,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 46,
                      column: 41,
                     },
                     end: Position {
                      line: 46,
                      column: 50,
                     },
                    },
                   },
                  ),
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "database",
                       span: Span {
                        start: Position {
                         line: 46,
                         column: 52,
                        },
                        end: Position {
                         line: 46,
                         column: 60,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 46,
                      column: 51,
                     },
                     end: Position {
                      line: 46,
                      column: 61,
                     },
                    },
                   },
                  ),
                  String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "password",
                       span: Span {
                        start: Position {
                         line: 46,
                         column: 63,
                        },
                        end: Position {
                         line: 46,
                         column: 71,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 46,
                      column: 62,
                     },
                     end: Position {
                      line: 46,
                      column: 72,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 46,
                   column: 28,
                  },
                  end: Position {
                   line: 46,
                   column: 74,
                  },
                 },
                },
               ),
               String(
                String_ {
                 parts: [
                  Raw(
                   PartRaw {
                    content: "Use services.redmine.database.passwordFile instead.",
                    span: Span {
                     start: Position {
                      line: 46,
                      column: 76,
                     },
                     end: Position {
                      line: 46,
                      column: 127,
                     },
                    },
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 46,
                   column: 75,
                  },
                  end: Position {
                   line: 46,
                   column: 128,
                  },
                 },
                },
               ),
              ],
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 44,
             column: 13,
            },
            end: Position {
             line: 47,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "options",
            span: Span {
             start: Position {
              line: 50,
              column: 3,
             },
             end: Position {
              line: 50,
              column: 10,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "services",
                 span: Span {
                  start: Position {
                   line: 51,
                   column: 5,
                  },
                  end: Position {
                   line: 51,
                   column: 13,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "redmine",
                 span: Span {
                  start: Position {
                   line: 51,
                   column: 14,
                  },
                  end: Position {
                   line: 51,
                   column: 21,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "enable",
                      span: Span {
                       start: Position {
                        line: 52,
                        column: 7,
                       },
                       end: Position {
                        line: 52,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkEnableOption",
                       span: Span {
                        start: Position {
                         line: 52,
                         column: 16,
                        },
                        end: Position {
                         line: 52,
                         column: 30,
                        },
                       },
                      },
                     ),
                     arguments: [
                      FunctionApplication(
                       FunctionApplication {
                        function: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "lib",
                            span: Span {
                             start: Position {
                              line: 52,
                              column: 32,
                             },
                             end: Position {
                              line: 52,
                              column: 35,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "mdDoc",
                             span: Span {
                              start: Position {
                               line: 52,
                               column: 36,
                              },
                              end: Position {
                               line: 52,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "Redmine",
                              span: Span {
                               start: Position {
                                line: 52,
                                column: 43,
                               },
                               end: Position {
                                line: 52,
                                column: 50,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 52,
                             column: 42,
                            },
                            end: Position {
                             line: 52,
                             column: 51,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "package",
                      span: Span {
                       start: Position {
                        line: 54,
                        column: 7,
                       },
                       end: Position {
                        line: 54,
                        column: 14,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 54,
                         column: 17,
                        },
                        end: Position {
                         line: 54,
                         column: 25,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 55,
                                column: 9,
                               },
                               end: Position {
                                line: 55,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 55,
                                 column: 16,
                                },
                                end: Position {
                                 line: 55,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 56,
                                column: 9,
                               },
                               end: Position {
                                line: 56,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "pkgs",
                               span: Span {
                                start: Position {
                                 line: 56,
                                 column: 19,
                                },
                                end: Position {
                                 line: 56,
                                 column: 23,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "redmine",
                                span: Span {
                                 start: Position {
                                  line: 56,
                                  column: 24,
                                 },
                                 end: Position {
                                  line: 56,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "defaultText",
                              span: Span {
                               start: Position {
                                line: 57,
                                column: 9,
                               },
                               end: Position {
                                line: 57,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "literalExpression",
                               span: Span {
                                start: Position {
                                 line: 57,
                                 column: 23,
                                },
                                end: Position {
                                 line: 57,
                                 column: 40,
                                },
                               },
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "pkgs.redmine",
                                   span: Span {
                                    start: Position {
                                     line: 57,
                                     column: 42,
                                    },
                                    end: Position {
                                     line: 57,
                                     column: 54,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 55,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 58,
                                column: 9,
                               },
                               end: Position {
                                line: 58,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 58,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 58,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 58,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 58,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Which Redmine package to use.",
                                   span: Span {
                                    start: Position {
                                     line: 58,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 58,
                                     column: 63,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 64,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "example",
                              span: Span {
                               start: Position {
                                line: 59,
                                column: 9,
                               },
                               end: Position {
                                line: 59,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "literalExpression",
                               span: Span {
                                start: Position {
                                 line: 59,
                                 column: 19,
                                },
                                end: Position {
                                 line: 59,
                                 column: 36,
                                },
                               },
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "pkgs.redmine.override { ruby = pkgs.ruby_2_7; }",
                                   span: Span {
                                    start: Position {
                                     line: 59,
                                     column: 38,
                                    },
                                    end: Position {
                                     line: 59,
                                     column: 85,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 86,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 54,
                          column: 26,
                         },
                         end: Position {
                          line: 60,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "user",
                      span: Span {
                       start: Position {
                        line: 62,
                        column: 7,
                       },
                       end: Position {
                        line: 62,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 62,
                         column: 14,
                        },
                        end: Position {
                         line: 62,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 63,
                                column: 9,
                               },
                               end: Position {
                                line: 63,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 16,
                                },
                                end: Position {
                                 line: 63,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 64,
                                column: 9,
                               },
                               end: Position {
                                line: 64,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "redmine",
                                span: Span {
                                 start: Position {
                                  line: 64,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 64,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 64,
                               column: 19,
                              },
                              end: Position {
                               line: 64,
                               column: 28,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 9,
                               },
                               end: Position {
                                line: 65,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 65,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 65,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 65,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 65,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "User under which Redmine is ran.",
                                   span: Span {
                                    start: Position {
                                     line: 65,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 65,
                                     column: 66,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 67,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 62,
                          column: 23,
                         },
                         end: Position {
                          line: 66,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "group",
                      span: Span {
                       start: Position {
                        line: 68,
                        column: 7,
                       },
                       end: Position {
                        line: 68,
                        column: 12,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 68,
                         column: 15,
                        },
                        end: Position {
                         line: 68,
                         column: 23,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 69,
                                column: 9,
                               },
                               end: Position {
                                line: 69,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 69,
                                 column: 16,
                                },
                                end: Position {
                                 line: 69,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 69,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 69,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 70,
                                column: 9,
                               },
                               end: Position {
                                line: 70,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "redmine",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 70,
                               column: 19,
                              },
                              end: Position {
                               line: 70,
                               column: 28,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 71,
                                column: 9,
                               },
                               end: Position {
                                line: 71,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 71,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 71,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 71,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 71,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Group under which Redmine is ran.",
                                   span: Span {
                                    start: Position {
                                     line: 71,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 71,
                                     column: 67,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 68,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 68,
                          column: 24,
                         },
                         end: Position {
                          line: 72,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "port",
                      span: Span {
                       start: Position {
                        line: 74,
                        column: 7,
                       },
                       end: Position {
                        line: 74,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 74,
                         column: 14,
                        },
                        end: Position {
                         line: 74,
                         column: 22,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 75,
                                column: 9,
                               },
                               end: Position {
                                line: 75,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 75,
                                 column: 16,
                                },
                                end: Position {
                                 line: 75,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "port",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 76,
                                column: 9,
                               },
                               end: Position {
                                line: 76,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Integer(
                            Integer {
                             value: "3000",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 19,
                              },
                              end: Position {
                               line: 76,
                               column: 23,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 77,
                                column: 9,
                               },
                               end: Position {
                                line: 77,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 77,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 77,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 77,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 77,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Port on which Redmine is ran.",
                                   span: Span {
                                    start: Position {
                                     line: 77,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 77,
                                     column: 63,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 77,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 64,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 74,
                          column: 23,
                         },
                         end: Position {
                          line: 78,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "stateDir",
                      span: Span {
                       start: Position {
                        line: 80,
                        column: 7,
                       },
                       end: Position {
                        line: 80,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 80,
                         column: 18,
                        },
                        end: Position {
                         line: 80,
                         column: 26,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 81,
                                column: 9,
                               },
                               end: Position {
                                line: 81,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 81,
                                 column: 16,
                                },
                                end: Position {
                                 line: 81,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 82,
                                column: 9,
                               },
                               end: Position {
                                line: 82,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "/var/lib/redmine",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 82,
                               column: 19,
                              },
                              end: Position {
                               line: 82,
                               column: 37,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 83,
                                column: 9,
                               },
                               end: Position {
                                line: 83,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 83,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 83,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 83,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 83,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "The state directory, logs and plugins are stored here.",
                                   span: Span {
                                    start: Position {
                                     line: 83,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 83,
                                     column: 88,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 89,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 80,
                          column: 27,
                         },
                         end: Position {
                          line: 84,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "settings",
                      span: Span {
                       start: Position {
                        line: 86,
                        column: 7,
                       },
                       end: Position {
                        line: 86,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 86,
                         column: 18,
                        },
                        end: Position {
                         line: 86,
                         column: 26,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 87,
                                column: 9,
                               },
                               end: Position {
                                line: 87,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "format",
                               span: Span {
                                start: Position {
                                 line: 87,
                                 column: 16,
                                },
                                end: Position {
                                 line: 87,
                                 column: 22,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 87,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 87,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 88,
                                column: 9,
                               },
                               end: Position {
                                line: 88,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [],
                             span: Span {
                              start: Position {
                               line: 88,
                               column: 19,
                              },
                              end: Position {
                               line: 88,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 89,
                                column: 9,
                               },
                               end: Position {
                                line: 89,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 89,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 89,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 89,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Redmine configuration ({file}`configuration.yml`). Refer to\n<https://guides.rubyonrails.org/action_mailer_basics.html#action-mailer-configuration>\nfor details.\n",
                                   span: Span {
                                    start: Position {
                                     line: 90,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 93,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 89,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "example",
                              span: Span {
                               start: Position {
                                line: 94,
                                column: 9,
                               },
                               end: Position {
                                line: 94,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "literalExpression",
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 19,
                                },
                                end: Position {
                                 line: 94,
                                 column: 36,
                                },
                               },
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "{\n  email_delivery = {\n    delivery_method = \"smtp\";\n    smtp_settings = {\n      address = \"mail.example.com\";\n      port = 25;\n    };\n  };\n}\n",
                                   span: Span {
                                    start: Position {
                                     line: 95,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 104,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 94,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 104,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 86,
                          column: 27,
                         },
                         end: Position {
                          line: 105,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "extraEnv",
                      span: Span {
                       start: Position {
                        line: 107,
                        column: 7,
                       },
                       end: Position {
                        line: 107,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 107,
                         column: 18,
                        },
                        end: Position {
                         line: 107,
                         column: 26,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 108,
                                column: 9,
                               },
                               end: Position {
                                line: 108,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 108,
                                 column: 16,
                                },
                                end: Position {
                                 line: 108,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "lines",
                                span: Span {
                                 start: Position {
                                  line: 108,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 108,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 109,
                                column: 9,
                               },
                               end: Position {
                                line: 109,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [],
                             span: Span {
                              start: Position {
                               line: 109,
                               column: 19,
                              },
                              end: Position {
                               line: 109,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 110,
                                column: 9,
                               },
                               end: Position {
                                line: 110,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 110,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 110,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 110,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 110,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Extra configuration in additional_environment.rb.\n\nSee <https://svn.redmine.org/redmine/trunk/config/additional_environment.rb.example>\nfor details.\n",
                                   span: Span {
                                    start: Position {
                                     line: 111,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 115,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 110,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 115,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "example",
                              span: Span {
                               start: Position {
                                line: 116,
                                column: 9,
                               },
                               end: Position {
                                line: 116,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "config.logger.level = Logger::DEBUG\n",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 118,
                                  column: 9,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 116,
                               column: 19,
                              },
                              end: Position {
                               line: 118,
                               column: 11,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 107,
                          column: 27,
                         },
                         end: Position {
                          line: 119,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "themes",
                      span: Span {
                       start: Position {
                        line: 121,
                        column: 7,
                       },
                       end: Position {
                        line: 121,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 121,
                         column: 16,
                        },
                        end: Position {
                         line: 121,
                         column: 24,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 122,
                                column: 9,
                               },
                               end: Position {
                                line: 122,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 122,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 122,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrsOf",
                                  span: Span {
                                   start: Position {
                                    line: 122,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 122,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 122,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "path",
                                   span: Span {
                                    start: Position {
                                     line: 122,
                                     column: 36,
                                    },
                                    end: Position {
                                     line: 122,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 123,
                                column: 9,
                               },
                               end: Position {
                                line: 123,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [],
                             span: Span {
                              start: Position {
                               line: 123,
                               column: 19,
                              },
                              end: Position {
                               line: 123,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 124,
                                column: 9,
                               },
                               end: Position {
                                line: 124,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 124,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 124,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 124,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 124,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Set of themes.",
                                   span: Span {
                                    start: Position {
                                     line: 124,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 124,
                                     column: 48,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 49,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "example",
                              span: Span {
                               start: Position {
                                line: 125,
                                column: 9,
                               },
                               end: Position {
                                line: 125,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "literalExpression",
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 19,
                                },
                                end: Position {
                                 line: 125,
                                 column: 36,
                                },
                               },
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "{\n  dkuk-redmine_alex_skin = builtins.fetchurl {\n    url = \"https://bitbucket.org/dkuk/redmine_alex_skin/get/1842ef675ef3.zip\";\n    sha256 = \"0hrin9lzyi50k4w2bd2b30vrf1i4fi1c0gyas5801wn8i7kpm9yl\";\n  };\n}\n",
                                   span: Span {
                                    start: Position {
                                     line: 126,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 132,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 132,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 121,
                          column: 25,
                         },
                         end: Position {
                          line: 133,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "plugins",
                      span: Span {
                       start: Position {
                        line: 135,
                        column: 7,
                       },
                       end: Position {
                        line: 135,
                        column: 14,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkOption",
                       span: Span {
                        start: Position {
                         line: 135,
                         column: 17,
                        },
                        end: Position {
                         line: 135,
                         column: 25,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "type",
                              span: Span {
                               start: Position {
                                line: 136,
                                column: 9,
                               },
                               end: Position {
                                line: 136,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 136,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 136,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrsOf",
                                  span: Span {
                                   start: Position {
                                    line: 136,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 136,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 136,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 136,
                                    column: 35,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "path",
                                   span: Span {
                                    start: Position {
                                     line: 136,
                                     column: 36,
                                    },
                                    end: Position {
                                     line: 136,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "default",
                              span: Span {
                               start: Position {
                                line: 137,
                                column: 9,
                               },
                               end: Position {
                                line: 137,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: Map(
                            Map {
                             recursive: false,
                             bindings: [],
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 19,
                              },
                              end: Position {
                               line: 137,
                               column: 21,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "description",
                              span: Span {
                               start: Position {
                                line: 138,
                                column: 9,
                               },
                               end: Position {
                                line: 138,
                                column: 20,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "lib",
                                 span: Span {
                                  start: Position {
                                   line: 138,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 138,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "mdDoc",
                                  span: Span {
                                   start: Position {
                                    line: 138,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 138,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Set of plugins.",
                                   span: Span {
                                    start: Position {
                                     line: 138,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 138,
                                     column: 49,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 138,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 138,
                                  column: 50,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "example",
                              span: Span {
                               start: Position {
                                line: 139,
                                column: 9,
                               },
                               end: Position {
                                line: 139,
                                column: 16,
                               },
                              },
                             },
                            ),
                           ],
                           to: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "literalExpression",
                               span: Span {
                                start: Position {
                                 line: 139,
                                 column: 19,
                                },
                                end: Position {
                                 line: 139,
                                 column: 36,
                                },
                               },
                              },
                             ),
                             arguments: [
                              IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "{\n  redmine_env_auth = builtins.fetchurl {\n    url = \"https://github.com/Intera/redmine_env_auth/archive/0.6.zip\";\n    sha256 = \"0yyr1yjd8gvvh832wdc8m3xfnhhxzk2pk3gm2psg5w9jdvd6skak\";\n  };\n}\n",
                                   span: Span {
                                    start: Position {
                                     line: 140,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 146,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 139,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 146,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 135,
                          column: 26,
                         },
                         end: Position {
                          line: 147,
                          column: 8,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "database",
                      span: Span {
                       start: Position {
                        line: 149,
                        column: 7,
                       },
                       end: Position {
                        line: 149,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 150,
                             column: 9,
                            },
                            end: Position {
                             line: 150,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 150,
                              column: 16,
                             },
                             end: Position {
                              line: 150,
                              column: 24,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 151,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 151,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 151,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 151,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "enum",
                                       span: Span {
                                        start: Position {
                                         line: 151,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 151,
                                         column: 28,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   List(
                                    List {
                                     elements: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "mysql2",
                                           span: Span {
                                            start: Position {
                                             line: 151,
                                             column: 32,
                                            },
                                            end: Position {
                                             line: 151,
                                             column: 38,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 151,
                                          column: 31,
                                         },
                                         end: Position {
                                          line: 151,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "postgresql",
                                           span: Span {
                                            start: Position {
                                             line: 151,
                                             column: 41,
                                            },
                                            end: Position {
                                             line: 151,
                                             column: 51,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 151,
                                          column: 40,
                                         },
                                         end: Position {
                                          line: 151,
                                          column: 52,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 151,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 151,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "example",
                                   span: Span {
                                    start: Position {
                                     line: 152,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 152,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "postgresql",
                                     span: Span {
                                      start: Position {
                                       line: 152,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 152,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 152,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 152,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 153,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 153,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "mysql2",
                                     span: Span {
                                      start: Position {
                                       line: 153,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 153,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 153,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 153,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 154,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 154,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 154,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 154,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 154,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 154,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Database engine to use.",
                                        span: Span {
                                         start: Position {
                                          line: 154,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 154,
                                          column: 59,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 154,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 154,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 150,
                               column: 25,
                              },
                              end: Position {
                               line: 155,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "host",
                           span: Span {
                            start: Position {
                             line: 157,
                             column: 9,
                            },
                            end: Position {
                             line: 157,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 157,
                              column: 16,
                             },
                             end: Position {
                              line: 157,
                              column: 24,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 158,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 158,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 158,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 158,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 158,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 158,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 159,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 159,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "localhost",
                                     span: Span {
                                      start: Position {
                                       line: 159,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 159,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 159,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 159,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 160,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 160,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 160,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 160,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 160,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 160,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Database host address.",
                                        span: Span {
                                         start: Position {
                                          line: 160,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 160,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 160,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 160,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 157,
                               column: 25,
                              },
                              end: Position {
                               line: 161,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "port",
                           span: Span {
                            start: Position {
                             line: 163,
                             column: 9,
                            },
                            end: Position {
                             line: 163,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 163,
                              column: 16,
                             },
                             end: Position {
                              line: 163,
                              column: 24,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 164,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 164,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 164,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 164,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "int",
                                     span: Span {
                                      start: Position {
                                       line: 164,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 164,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 165,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 165,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: IfThenElse(
                                 IfThenElse {
                                  predicate: BinaryOperation(
                                   BinaryOperation {
                                    left: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "cfg",
                                        span: Span {
                                         start: Position {
                                          line: 165,
                                          column: 24,
                                         },
                                         end: Position {
                                          line: 165,
                                          column: 27,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "database",
                                         span: Span {
                                          start: Position {
                                           line: 165,
                                           column: 28,
                                          },
                                          end: Position {
                                           line: 165,
                                           column: 36,
                                          },
                                         },
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "type",
                                         span: Span {
                                          start: Position {
                                           line: 165,
                                           column: 37,
                                          },
                                          end: Position {
                                           line: 165,
                                           column: 41,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    operator: EqualTo,
                                    right: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "postgresql",
                                         span: Span {
                                          start: Position {
                                           line: 165,
                                           column: 46,
                                          },
                                          end: Position {
                                           line: 165,
                                           column: 56,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 165,
                                        column: 45,
                                       },
                                       end: Position {
                                        line: 165,
                                        column: 57,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  then: Integer(
                                   Integer {
                                    value: "5432",
                                    span: Span {
                                     start: Position {
                                      line: 165,
                                      column: 63,
                                     },
                                     end: Position {
                                      line: 165,
                                      column: 67,
                                     },
                                    },
                                   },
                                  ),
                                  else_: Integer(
                                   Integer {
                                    value: "3306",
                                    span: Span {
                                     start: Position {
                                      line: 165,
                                      column: 73,
                                     },
                                     end: Position {
                                      line: 165,
                                      column: 77,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 165,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 165,
                                    column: 77,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "defaultText",
                                   span: Span {
                                    start: Position {
                                     line: 166,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 166,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: Identifier(
                                   Identifier {
                                    id: "literalExpression",
                                    span: Span {
                                     start: Position {
                                      line: 166,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 166,
                                      column: 42,
                                     },
                                    },
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "3306",
                                        span: Span {
                                         start: Position {
                                          line: 166,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 166,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 166,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 166,
                                       column: 49,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 167,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 167,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 167,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 167,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 167,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 167,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Database host port.",
                                        span: Span {
                                         start: Position {
                                          line: 167,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 167,
                                          column: 55,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 167,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 167,
                                       column: 56,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 163,
                               column: 25,
                              },
                              end: Position {
                               line: 168,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "name",
                           span: Span {
                            start: Position {
                             line: 170,
                             column: 9,
                            },
                            end: Position {
                             line: 170,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 170,
                              column: 16,
                             },
                             end: Position {
                              line: 170,
                              column: 24,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 171,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 171,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 171,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 171,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 171,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 171,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 172,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 172,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "redmine",
                                     span: Span {
                                      start: Position {
                                       line: 172,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 172,
                                       column: 29,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 172,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 172,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 173,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 173,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 173,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 173,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 173,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 173,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Database name.",
                                        span: Span {
                                         start: Position {
                                          line: 173,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 173,
                                          column: 50,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 173,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 173,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 170,
                               column: 25,
                              },
                              end: Position {
                               line: 174,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "user",
                           span: Span {
                            start: Position {
                             line: 176,
                             column: 9,
                            },
                            end: Position {
                             line: 176,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 176,
                              column: 16,
                             },
                             end: Position {
                              line: 176,
                              column: 24,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 177,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 177,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 177,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 177,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 177,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 177,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 178,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 178,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "redmine",
                                     span: Span {
                                      start: Position {
                                       line: 178,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 178,
                                       column: 29,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 178,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 178,
                                    column: 30,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 179,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 179,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 179,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 179,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 179,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 179,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Database user.",
                                        span: Span {
                                         start: Position {
                                          line: 179,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 179,
                                          column: 50,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 179,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 179,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 176,
                               column: 25,
                              },
                              end: Position {
                               line: 180,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "passwordFile",
                           span: Span {
                            start: Position {
                             line: 182,
                             column: 9,
                            },
                            end: Position {
                             line: 182,
                             column: 21,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 182,
                              column: 24,
                             },
                             end: Position {
                              line: 182,
                              column: 32,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 183,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 183,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 183,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 183,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "nullOr",
                                       span: Span {
                                        start: Position {
                                         line: 183,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 183,
                                         column: 30,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "types",
                                       span: Span {
                                        start: Position {
                                         line: 183,
                                         column: 31,
                                        },
                                        end: Position {
                                         line: 183,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "path",
                                        span: Span {
                                         start: Position {
                                          line: 183,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 183,
                                          column: 41,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 184,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 184,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: Identifier(
                                 Identifier {
                                  id: "null",
                                  span: Span {
                                   start: Position {
                                    line: 184,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 184,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "example",
                                   span: Span {
                                    start: Position {
                                     line: 185,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 185,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "/run/keys/redmine-dbpassword",
                                     span: Span {
                                      start: Position {
                                       line: 185,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 185,
                                       column: 50,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 185,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 185,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 186,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 186,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 186,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 186,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 186,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 186,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   IndentedString(
                                    IndentedString {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "A file containing the password corresponding to\n{option}`database.user`.\n",
                                        span: Span {
                                         start: Position {
                                          line: 187,
                                          column: 1,
                                         },
                                         end: Position {
                                          line: 189,
                                          column: 11,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 189,
                                       column: 13,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 182,
                               column: 33,
                              },
                              end: Position {
                               line: 190,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "socket",
                           span: Span {
                            start: Position {
                             line: 192,
                             column: 9,
                            },
                            end: Position {
                             line: 192,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 192,
                              column: 18,
                             },
                             end: Position {
                              line: 192,
                              column: 26,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 193,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 193,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 193,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 193,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "nullOr",
                                       span: Span {
                                        start: Position {
                                         line: 193,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 193,
                                         column: 30,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "types",
                                       span: Span {
                                        start: Position {
                                         line: 193,
                                         column: 31,
                                        },
                                        end: Position {
                                         line: 193,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "path",
                                        span: Span {
                                         start: Position {
                                          line: 193,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 193,
                                          column: 41,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 194,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 194,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: IfThenElse(
                                 IfThenElse {
                                  predicate: Identifier(
                                   Identifier {
                                    id: "mysqlLocal",
                                    span: Span {
                                     start: Position {
                                      line: 195,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 195,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  then: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "/run/mysqld/mysqld.sock",
                                       span: Span {
                                        start: Position {
                                         line: 195,
                                         column: 33,
                                        },
                                        end: Position {
                                         line: 195,
                                         column: 56,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 195,
                                      column: 32,
                                     },
                                     end: Position {
                                      line: 195,
                                      column: 57,
                                     },
                                    },
                                   },
                                  ),
                                  else_: IfThenElse(
                                   IfThenElse {
                                    predicate: Identifier(
                                     Identifier {
                                      id: "pgsqlLocal",
                                      span: Span {
                                       start: Position {
                                        line: 196,
                                        column: 21,
                                       },
                                       end: Position {
                                        line: 196,
                                        column: 31,
                                       },
                                      },
                                     },
                                    ),
                                    then: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "/run/postgresql",
                                         span: Span {
                                          start: Position {
                                           line: 196,
                                           column: 38,
                                          },
                                          end: Position {
                                           line: 196,
                                           column: 53,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 196,
                                        column: 37,
                                       },
                                       end: Position {
                                        line: 196,
                                        column: 54,
                                       },
                                      },
                                     },
                                    ),
                                    else_: Identifier(
                                     Identifier {
                                      id: "null",
                                      span: Span {
                                       start: Position {
                                        line: 197,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 197,
                                        column: 22,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 196,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 197,
                                      column: 22,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 195,
                                    column: 13,
                                   },
                                   end: Position {
                                    line: 197,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "defaultText",
                                   span: Span {
                                    start: Position {
                                     line: 198,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 198,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: Identifier(
                                   Identifier {
                                    id: "literalExpression",
                                    span: Span {
                                     start: Position {
                                      line: 198,
                                      column: 25,
                                     },
                                     end: Position {
                                      line: 198,
                                      column: 42,
                                     },
                                    },
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "/run/mysqld/mysqld.sock",
                                        span: Span {
                                         start: Position {
                                          line: 198,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 198,
                                          column: 67,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 198,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 198,
                                       column: 68,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "example",
                                   span: Span {
                                    start: Position {
                                     line: 199,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 199,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "/run/mysqld/mysqld.sock",
                                     span: Span {
                                      start: Position {
                                       line: 199,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 199,
                                       column: 45,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 199,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 199,
                                    column: 46,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 200,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 200,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 200,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 200,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 200,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 200,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Path to the unix socket file to use for authentication.",
                                        span: Span {
                                         start: Position {
                                          line: 200,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 200,
                                          column: 91,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 200,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 200,
                                       column: 92,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 192,
                               column: 27,
                              },
                              end: Position {
                               line: 201,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "createLocally",
                           span: Span {
                            start: Position {
                             line: 203,
                             column: 9,
                            },
                            end: Position {
                             line: 203,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkOption",
                            span: Span {
                             start: Position {
                              line: 203,
                              column: 25,
                             },
                             end: Position {
                              line: 203,
                              column: 33,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "type",
                                   span: Span {
                                    start: Position {
                                     line: 204,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 204,
                                     column: 15,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 204,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 204,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "bool",
                                     span: Span {
                                      start: Position {
                                       line: 204,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 204,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "default",
                                   span: Span {
                                    start: Position {
                                     line: 205,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 205,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: Identifier(
                                 Identifier {
                                  id: "true",
                                  span: Span {
                                   start: Position {
                                    line: 205,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 205,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "description",
                                   span: Span {
                                    start: Position {
                                     line: 206,
                                     column: 11,
                                    },
                                    end: Position {
                                     line: 206,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 206,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 206,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mdDoc",
                                       span: Span {
                                        start: Position {
                                         line: 206,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 206,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "Create the database and database user locally.",
                                        span: Span {
                                         start: Position {
                                          line: 206,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 206,
                                          column: 82,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 206,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 206,
                                       column: 83,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 203,
                               column: 34,
                              },
                              end: Position {
                               line: 207,
                               column: 10,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 149,
                       column: 18,
                      },
                      end: Position {
                       line: 208,
                       column: 8,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 51,
                  column: 24,
                 },
                 end: Position {
                  line: 209,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 50,
             column: 13,
            },
            end: Position {
             line: 210,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "config",
            span: Span {
             start: Position {
              line: 213,
              column: 3,
             },
             end: Position {
              line: 213,
              column: 9,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "mkIf",
             span: Span {
              start: Position {
               line: 213,
               column: 12,
              },
              end: Position {
               line: 213,
               column: 16,
              },
             },
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 213,
                  column: 17,
                 },
                 end: Position {
                  line: 213,
                  column: 20,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "enable",
                 span: Span {
                  start: Position {
                   line: 213,
                   column: 21,
                  },
                  end: Position {
                   line: 213,
                   column: 27,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            Map(
             Map {
              recursive: false,
              bindings: [
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "assertions",
                    span: Span {
                     start: Position {
                      line: 215,
                      column: 5,
                     },
                     end: Position {
                      line: 215,
                      column: 15,
                     },
                    },
                   },
                  ),
                 ],
                 to: List(
                  List {
                   elements: [
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "assertion",
                            span: Span {
                             start: Position {
                              line: 216,
                              column: 9,
                             },
                             end: Position {
                              line: 216,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: BinaryOperation(
                          BinaryOperation {
                           left: BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 216,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 216,
                                   column: 24,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "database",
                                  span: Span {
                                   start: Position {
                                    line: 216,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 216,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "passwordFile",
                                  span: Span {
                                   start: Position {
                                    line: 216,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 216,
                                    column: 46,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: NotEqualTo,
                             right: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 216,
                                 column: 50,
                                },
                                end: Position {
                                 line: 216,
                                 column: 54,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           operator: LogicalOr,
                           right: BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 216,
                                   column: 58,
                                  },
                                  end: Position {
                                   line: 216,
                                   column: 61,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "database",
                                  span: Span {
                                   start: Position {
                                    line: 216,
                                    column: 62,
                                   },
                                   end: Position {
                                    line: 216,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "socket",
                                  span: Span {
                                   start: Position {
                                    line: 216,
                                    column: 71,
                                   },
                                   end: Position {
                                    line: 216,
                                    column: 77,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: NotEqualTo,
                             right: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 216,
                                 column: 81,
                                },
                                end: Position {
                                 line: 216,
                                 column: 85,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "message",
                            span: Span {
                             start: Position {
                              line: 217,
                              column: 9,
                             },
                             end: Position {
                              line: 217,
                              column: 16,
                             },
                            },
                           },
                          ),
                         ],
                         to: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "one of services.redmine.database.socket or services.redmine.database.passwordFile must be set",
                              span: Span {
                               start: Position {
                                line: 217,
                                column: 20,
                               },
                               end: Position {
                                line: 217,
                                column: 113,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 217,
                             column: 19,
                            },
                            end: Position {
                             line: 217,
                             column: 114,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 216,
                        column: 7,
                       },
                       end: Position {
                        line: 218,
                        column: 8,
                       },
                      },
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "assertion",
                            span: Span {
                             start: Position {
                              line: 219,
                              column: 9,
                             },
                             end: Position {
                              line: 219,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: BinaryOperation(
                          BinaryOperation {
                           left: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 219,
                                 column: 21,
                                },
                                end: Position {
                                 line: 219,
                                 column: 24,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "database",
                                span: Span {
                                 start: Position {
                                  line: 219,
                                  column: 25,
                                 },
                                 end: Position {
                                  line: 219,
                                  column: 33,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "createLocally",
                                span: Span {
                                 start: Position {
                                  line: 219,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 219,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           operator: Implication,
                           right: BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 219,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 219,
                                   column: 54,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "database",
                                  span: Span {
                                   start: Position {
                                    line: 219,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 219,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 219,
                                    column: 64,
                                   },
                                   end: Position {
                                    line: 219,
                                    column: 68,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: EqualTo,
                             right: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 219,
                                   column: 72,
                                  },
                                  end: Position {
                                   line: 219,
                                   column: 75,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 219,
                                    column: 76,
                                   },
                                   end: Position {
                                    line: 219,
                                    column: 80,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "message",
                            span: Span {
                             start: Position {
                              line: 220,
                              column: 9,
                             },
                             end: Position {
                              line: 220,
                              column: 16,
                             },
                            },
                           },
                          ),
                         ],
                         to: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "services.redmine.database.user must be set to ",
                              span: Span {
                               start: Position {
                                line: 220,
                                column: 20,
                               },
                               end: Position {
                                line: 220,
                                column: 77,
                               },
                              },
                             },
                            ),
                            Interpolation(
                             PartInterpolation {
                              expression: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 220,
                                    column: 68,
                                   },
                                   end: Position {
                                    line: 220,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "user",
                                   span: Span {
                                    start: Position {
                                     line: 220,
                                     column: 72,
                                    },
                                    end: Position {
                                     line: 220,
                                     column: 76,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: " if services.redmine.database.createLocally is set true",
                              span: Span {
                               start: Position {
                                line: 220,
                                column: 20,
                               },
                               end: Position {
                                line: 220,
                                column: 132,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 220,
                             column: 19,
                            },
                            end: Position {
                             line: 220,
                             column: 133,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 219,
                        column: 7,
                       },
                       end: Position {
                        line: 221,
                        column: 8,
                       },
                      },
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "assertion",
                            span: Span {
                             start: Position {
                              line: 222,
                              column: 9,
                             },
                             end: Position {
                              line: 222,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: BinaryOperation(
                          BinaryOperation {
                           left: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 222,
                                 column: 21,
                                },
                                end: Position {
                                 line: 222,
                                 column: 24,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "database",
                                span: Span {
                                 start: Position {
                                  line: 222,
                                  column: 25,
                                 },
                                 end: Position {
                                  line: 222,
                                  column: 33,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "createLocally",
                                span: Span {
                                 start: Position {
                                  line: 222,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 222,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           operator: Implication,
                           right: BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 222,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 222,
                                   column: 54,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "database",
                                  span: Span {
                                   start: Position {
                                    line: 222,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 222,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "socket",
                                  span: Span {
                                   start: Position {
                                    line: 222,
                                    column: 64,
                                   },
                                   end: Position {
                                    line: 222,
                                    column: 70,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: NotEqualTo,
                             right: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 222,
                                 column: 74,
                                },
                                end: Position {
                                 line: 222,
                                 column: 78,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "message",
                            span: Span {
                             start: Position {
                              line: 223,
                              column: 9,
                             },
                             end: Position {
                              line: 223,
                              column: 16,
                             },
                            },
                           },
                          ),
                         ],
                         to: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "services.redmine.database.socket must be set if services.redmine.database.createLocally is set to true",
                              span: Span {
                               start: Position {
                                line: 223,
                                column: 20,
                               },
                               end: Position {
                                line: 223,
                                column: 122,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 223,
                             column: 19,
                            },
                            end: Position {
                             line: 223,
                             column: 123,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 222,
                        column: 7,
                       },
                       end: Position {
                        line: 224,
                        column: 8,
                       },
                      },
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "assertion",
                            span: Span {
                             start: Position {
                              line: 225,
                              column: 9,
                             },
                             end: Position {
                              line: 225,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: BinaryOperation(
                          BinaryOperation {
                           left: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 225,
                                 column: 21,
                                },
                                end: Position {
                                 line: 225,
                                 column: 24,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "database",
                                span: Span {
                                 start: Position {
                                  line: 225,
                                  column: 25,
                                 },
                                 end: Position {
                                  line: 225,
                                  column: 33,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "createLocally",
                                span: Span {
                                 start: Position {
                                  line: 225,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 225,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           operator: Implication,
                           right: BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 225,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 225,
                                   column: 54,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "database",
                                  span: Span {
                                   start: Position {
                                    line: 225,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 225,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "host",
                                  span: Span {
                                   start: Position {
                                    line: 225,
                                    column: 64,
                                   },
                                   end: Position {
                                    line: 225,
                                    column: 68,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: EqualTo,
                             right: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "localhost",
                                  span: Span {
                                   start: Position {
                                    line: 225,
                                    column: 73,
                                   },
                                   end: Position {
                                    line: 225,
                                    column: 82,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 225,
                                 column: 72,
                                },
                                end: Position {
                                 line: 225,
                                 column: 83,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "message",
                            span: Span {
                             start: Position {
                              line: 226,
                              column: 9,
                             },
                             end: Position {
                              line: 226,
                              column: 16,
                             },
                            },
                           },
                          ),
                         ],
                         to: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "services.redmine.database.host must be set to localhost if services.redmine.database.createLocally is set to true",
                              span: Span {
                               start: Position {
                                line: 226,
                                column: 20,
                               },
                               end: Position {
                                line: 226,
                                column: 133,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 226,
                             column: 19,
                            },
                            end: Position {
                             line: 226,
                             column: 134,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 225,
                        column: 7,
                       },
                       end: Position {
                        line: 227,
                        column: 8,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 215,
                     column: 18,
                    },
                    end: Position {
                     line: 228,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 230,
                      column: 5,
                     },
                     end: Position {
                      line: 230,
                      column: 13,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "redmine",
                    span: Span {
                     start: Position {
                      line: 230,
                      column: 14,
                     },
                     end: Position {
                      line: 230,
                      column: 21,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "settings",
                    span: Span {
                     start: Position {
                      line: 230,
                      column: 22,
                     },
                     end: Position {
                      line: 230,
                      column: 30,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "production",
                         span: Span {
                          start: Position {
                           line: 231,
                           column: 7,
                          },
                          end: Position {
                           line: 231,
                           column: 17,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "scm_subversion_command",
                              span: Span {
                               start: Position {
                                line: 232,
                                column: 9,
                               },
                               end: Position {
                                line: 232,
                                column: 31,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 232,
                                      column: 37,
                                     },
                                     end: Position {
                                      line: 232,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "subversion",
                                     span: Span {
                                      start: Position {
                                       line: 232,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 232,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/svn",
                                span: Span {
                                 start: Position {
                                  line: 232,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 232,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 232,
                               column: 34,
                              },
                              end: Position {
                               line: 232,
                               column: 62,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "scm_mercurial_command",
                              span: Span {
                               start: Position {
                                line: 233,
                                column: 9,
                               },
                               end: Position {
                                line: 233,
                                column: 30,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 233,
                                      column: 36,
                                     },
                                     end: Position {
                                      line: 233,
                                      column: 40,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "mercurial",
                                     span: Span {
                                      start: Position {
                                       line: 233,
                                       column: 41,
                                      },
                                      end: Position {
                                       line: 233,
                                       column: 50,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/hg",
                                span: Span {
                                 start: Position {
                                  line: 233,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 233,
                                  column: 58,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 233,
                               column: 33,
                              },
                              end: Position {
                               line: 233,
                               column: 59,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "scm_git_command",
                              span: Span {
                               start: Position {
                                line: 234,
                                column: 9,
                               },
                               end: Position {
                                line: 234,
                                column: 24,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 234,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 234,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "git",
                                     span: Span {
                                      start: Position {
                                       line: 234,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 234,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/git",
                                span: Span {
                                 start: Position {
                                  line: 234,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 234,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 234,
                               column: 27,
                              },
                              end: Position {
                               line: 234,
                               column: 48,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "scm_cvs_command",
                              span: Span {
                               start: Position {
                                line: 235,
                                column: 9,
                               },
                               end: Position {
                                line: 235,
                                column: 24,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 235,
                                      column: 30,
                                     },
                                     end: Position {
                                      line: 235,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "cvs",
                                     span: Span {
                                      start: Position {
                                       line: 235,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 235,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/cvs",
                                span: Span {
                                 start: Position {
                                  line: 235,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 235,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 235,
                               column: 27,
                              },
                              end: Position {
                               line: 235,
                               column: 48,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "scm_bazaar_command",
                              span: Span {
                               start: Position {
                                line: 236,
                                column: 9,
                               },
                               end: Position {
                                line: 236,
                                column: 27,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 236,
                                      column: 33,
                                     },
                                     end: Position {
                                      line: 236,
                                      column: 37,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "breezy",
                                     span: Span {
                                      start: Position {
                                       line: 236,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 236,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/bzr",
                                span: Span {
                                 start: Position {
                                  line: 236,
                                  column: 31,
                                 },
                                 end: Position {
                                  line: 236,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 236,
                               column: 30,
                              },
                              end: Position {
                               line: 236,
                               column: 54,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "scm_darcs_command",
                              span: Span {
                               start: Position {
                                line: 237,
                                column: 9,
                               },
                               end: Position {
                                line: 237,
                                column: 26,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "pkgs",
                                    span: Span {
                                     start: Position {
                                      line: 237,
                                      column: 32,
                                     },
                                     end: Position {
                                      line: 237,
                                      column: 36,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "darcs",
                                     span: Span {
                                      start: Position {
                                       line: 237,
                                       column: 37,
                                      },
                                      end: Position {
                                       line: 237,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/bin/darcs",
                                span: Span {
                                 start: Position {
                                  line: 237,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 237,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 237,
                               column: 29,
                              },
                              end: Position {
                               line: 237,
                               column: 54,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 231,
                          column: 20,
                         },
                         end: Position {
                          line: 238,
                          column: 8,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 230,
                     column: 33,
                    },
                    end: Position {
                     line: 239,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 241,
                      column: 5,
                     },
                     end: Position {
                      line: 241,
                      column: 13,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "redmine",
                    span: Span {
                     start: Position {
                      line: 241,
                      column: 14,
                     },
                     end: Position {
                      line: 241,
                      column: 21,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "extraEnv",
                    span: Span {
                     start: Position {
                      line: 241,
                      column: 22,
                     },
                     end: Position {
                      line: 241,
                      column: 30,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkBefore",
                     span: Span {
                      start: Position {
                       line: 241,
                       column: 33,
                      },
                      end: Position {
                       line: 241,
                       column: 41,
                      },
                     },
                    },
                   ),
                   arguments: [
                    IndentedString(
                     IndentedString {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "config.logger = Logger.new(\"",
                         span: Span {
                          start: Position {
                           line: 242,
                           column: 1,
                          },
                          end: Position {
                           line: 242,
                           column: 35,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 242,
                               column: 37,
                              },
                              end: Position {
                               line: 242,
                               column: 40,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 242,
                                column: 41,
                               },
                               end: Position {
                                line: 242,
                                column: 49,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/log/production.log\", 14, 1048576)\nconfig.logger.level = Logger::INFO\n",
                         span: Span {
                          start: Position {
                           line: 242,
                           column: 1,
                          },
                          end: Position {
                           line: 244,
                           column: 5,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 241,
                        column: 42,
                       },
                       end: Position {
                        line: 244,
                        column: 7,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 246,
                      column: 5,
                     },
                     end: Position {
                      line: 246,
                      column: 13,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "mysql",
                    span: Span {
                     start: Position {
                      line: 246,
                      column: 14,
                     },
                     end: Position {
                      line: 246,
                      column: 19,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkIf",
                     span: Span {
                      start: Position {
                       line: 246,
                       column: 22,
                      },
                      end: Position {
                       line: 246,
                       column: 26,
                      },
                     },
                    },
                   ),
                   arguments: [
                    Identifier(
                     Identifier {
                      id: "mysqlLocal",
                      span: Span {
                       start: Position {
                        line: 246,
                        column: 27,
                       },
                       end: Position {
                        line: 246,
                        column: 37,
                       },
                      },
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "enable",
                            span: Span {
                             start: Position {
                              line: 247,
                              column: 7,
                             },
                             end: Position {
                              line: 247,
                              column: 13,
                             },
                            },
                           },
                          ),
                         ],
                         to: Identifier(
                          Identifier {
                           id: "true",
                           span: Span {
                            start: Position {
                             line: 247,
                             column: 16,
                            },
                            end: Position {
                             line: 247,
                             column: 20,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "package",
                            span: Span {
                             start: Position {
                              line: 248,
                              column: 7,
                             },
                             end: Position {
                              line: 248,
                              column: 14,
                             },
                            },
                           },
                          ),
                         ],
                         to: FunctionApplication(
                          FunctionApplication {
                           function: Identifier(
                            Identifier {
                             id: "mkDefault",
                             span: Span {
                              start: Position {
                               line: 248,
                               column: 17,
                              },
                              end: Position {
                               line: 248,
                               column: 26,
                              },
                             },
                            },
                           ),
                           arguments: [
                            PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "pkgs",
                                span: Span {
                                 start: Position {
                                  line: 248,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 248,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "mariadb",
                                 span: Span {
                                  start: Position {
                                   line: 248,
                                   column: 32,
                                  },
                                  end: Position {
                                   line: 248,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           ],
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "ensureDatabases",
                            span: Span {
                             start: Position {
                              line: 249,
                              column: 7,
                             },
                             end: Position {
                              line: 249,
                              column: 22,
                             },
                            },
                           },
                          ),
                         ],
                         to: List(
                          List {
                           elements: [
                            PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "cfg",
                                span: Span {
                                 start: Position {
                                  line: 249,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 249,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "database",
                                 span: Span {
                                  start: Position {
                                   line: 249,
                                   column: 31,
                                  },
                                  end: Position {
                                   line: 249,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "name",
                                 span: Span {
                                  start: Position {
                                   line: 249,
                                   column: 40,
                                  },
                                  end: Position {
                                   line: 249,
                                   column: 44,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 249,
                             column: 25,
                            },
                            end: Position {
                             line: 249,
                             column: 46,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "ensureUsers",
                            span: Span {
                             start: Position {
                              line: 250,
                              column: 7,
                             },
                             end: Position {
                              line: 250,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: List(
                          List {
                           elements: [
                            Map(
                             Map {
                              recursive: false,
                              bindings: [
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "name",
                                    span: Span {
                                     start: Position {
                                      line: 251,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 251,
                                      column: 15,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 251,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 251,
                                       column: 21,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "database",
                                      span: Span {
                                       start: Position {
                                        line: 251,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 251,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "user",
                                      span: Span {
                                       start: Position {
                                        line: 251,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 251,
                                        column: 35,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                },
                               ),
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "ensurePermissions",
                                    span: Span {
                                     start: Position {
                                      line: 252,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 252,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: Map(
                                  Map {
                                   recursive: false,
                                   bindings: [
                                    KeyValue(
                                     BindingKeyValue {
                                      from: [
                                       Expression(
                                        PartExpression {
                                         expression: String(
                                          String_ {
                                           parts: [
                                            Interpolation(
                                             PartInterpolation {
                                              expression: PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "cfg",
                                                  span: Span {
                                                   start: Position {
                                                    line: 252,
                                                    column: 36,
                                                   },
                                                   end: Position {
                                                    line: 252,
                                                    column: 39,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "database",
                                                   span: Span {
                                                    start: Position {
                                                     line: 252,
                                                     column: 40,
                                                    },
                                                    end: Position {
                                                     line: 252,
                                                     column: 48,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "name",
                                                   span: Span {
                                                    start: Position {
                                                     line: 252,
                                                     column: 49,
                                                    },
                                                    end: Position {
                                                     line: 252,
                                                     column: 53,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: ".*",
                                              span: Span {
                                               start: Position {
                                                line: 252,
                                                column: 34,
                                               },
                                               end: Position {
                                                line: 252,
                                                column: 56,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 252,
                                             column: 33,
                                            },
                                            end: Position {
                                             line: 252,
                                             column: 57,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      to: String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "ALL PRIVILEGES",
                                           span: Span {
                                            start: Position {
                                             line: 252,
                                             column: 61,
                                            },
                                            end: Position {
                                             line: 252,
                                             column: 75,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 252,
                                          column: 60,
                                         },
                                         end: Position {
                                          line: 252,
                                          column: 76,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 252,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 252,
                                     column: 79,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 251,
                                column: 9,
                               },
                               end: Position {
                                line: 253,
                                column: 10,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 250,
                             column: 21,
                            },
                            end: Position {
                             line: 254,
                             column: 8,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 246,
                        column: 38,
                       },
                       end: Position {
                        line: 255,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 257,
                      column: 5,
                     },
                     end: Position {
                      line: 257,
                      column: 13,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "postgresql",
                    span: Span {
                     start: Position {
                      line: 257,
                      column: 14,
                     },
                     end: Position {
                      line: 257,
                      column: 24,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkIf",
                     span: Span {
                      start: Position {
                       line: 257,
                       column: 27,
                      },
                      end: Position {
                       line: 257,
                       column: 31,
                      },
                     },
                    },
                   ),
                   arguments: [
                    Identifier(
                     Identifier {
                      id: "pgsqlLocal",
                      span: Span {
                       start: Position {
                        line: 257,
                        column: 32,
                       },
                       end: Position {
                        line: 257,
                        column: 42,
                       },
                      },
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "enable",
                            span: Span {
                             start: Position {
                              line: 258,
                              column: 7,
                             },
                             end: Position {
                              line: 258,
                              column: 13,
                             },
                            },
                           },
                          ),
                         ],
                         to: Identifier(
                          Identifier {
                           id: "true",
                           span: Span {
                            start: Position {
                             line: 258,
                             column: 16,
                            },
                            end: Position {
                             line: 258,
                             column: 20,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "ensureDatabases",
                            span: Span {
                             start: Position {
                              line: 259,
                              column: 7,
                             },
                             end: Position {
                              line: 259,
                              column: 22,
                             },
                            },
                           },
                          ),
                         ],
                         to: List(
                          List {
                           elements: [
                            PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "cfg",
                                span: Span {
                                 start: Position {
                                  line: 259,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 259,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "database",
                                 span: Span {
                                  start: Position {
                                   line: 259,
                                   column: 31,
                                  },
                                  end: Position {
                                   line: 259,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "name",
                                 span: Span {
                                  start: Position {
                                   line: 259,
                                   column: 40,
                                  },
                                  end: Position {
                                   line: 259,
                                   column: 44,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 259,
                             column: 25,
                            },
                            end: Position {
                             line: 259,
                             column: 46,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "ensureUsers",
                            span: Span {
                             start: Position {
                              line: 260,
                              column: 7,
                             },
                             end: Position {
                              line: 260,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: List(
                          List {
                           elements: [
                            Map(
                             Map {
                              recursive: false,
                              bindings: [
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "name",
                                    span: Span {
                                     start: Position {
                                      line: 261,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 261,
                                      column: 15,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 261,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 261,
                                       column: 21,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "database",
                                      span: Span {
                                       start: Position {
                                        line: 261,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 261,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "user",
                                      span: Span {
                                       start: Position {
                                        line: 261,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 261,
                                        column: 35,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                },
                               ),
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "ensurePermissions",
                                    span: Span {
                                     start: Position {
                                      line: 262,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 262,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: Map(
                                  Map {
                                   recursive: false,
                                   bindings: [
                                    KeyValue(
                                     BindingKeyValue {
                                      from: [
                                       Expression(
                                        PartExpression {
                                         expression: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "DATABASE ",
                                              span: Span {
                                               start: Position {
                                                line: 262,
                                                column: 34,
                                               },
                                               end: Position {
                                                line: 262,
                                                column: 63,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "cfg",
                                                  span: Span {
                                                   start: Position {
                                                    line: 262,
                                                    column: 45,
                                                   },
                                                   end: Position {
                                                    line: 262,
                                                    column: 48,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "database",
                                                   span: Span {
                                                    start: Position {
                                                     line: 262,
                                                     column: 49,
                                                    },
                                                    end: Position {
                                                     line: 262,
                                                     column: 57,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "name",
                                                   span: Span {
                                                    start: Position {
                                                     line: 262,
                                                     column: 58,
                                                    },
                                                    end: Position {
                                                     line: 262,
                                                     column: 62,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 262,
                                             column: 33,
                                            },
                                            end: Position {
                                             line: 262,
                                             column: 64,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      to: String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "ALL PRIVILEGES",
                                           span: Span {
                                            start: Position {
                                             line: 262,
                                             column: 68,
                                            },
                                            end: Position {
                                             line: 262,
                                             column: 82,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 262,
                                          column: 67,
                                         },
                                         end: Position {
                                          line: 262,
                                          column: 83,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 262,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 262,
                                     column: 86,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 261,
                                column: 9,
                               },
                               end: Position {
                                line: 263,
                                column: 10,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 260,
                             column: 21,
                            },
                            end: Position {
                             line: 264,
                             column: 8,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 257,
                        column: 43,
                       },
                       end: Position {
                        line: 265,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "systemd",
                    span: Span {
                     start: Position {
                      line: 268,
                      column: 5,
                     },
                     end: Position {
                      line: 268,
                      column: 12,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "tmpfiles",
                    span: Span {
                     start: Position {
                      line: 268,
                      column: 13,
                     },
                     end: Position {
                      line: 268,
                      column: 21,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "rules",
                    span: Span {
                     start: Position {
                      line: 268,
                      column: 22,
                     },
                     end: Position {
                      line: 268,
                      column: 27,
                     },
                    },
                   },
                  ),
                 ],
                 to: List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 269,
                           column: 8,
                          },
                          end: Position {
                           line: 269,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 269,
                               column: 13,
                              },
                              end: Position {
                               line: 269,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 269,
                                column: 17,
                               },
                               end: Position {
                                line: 269,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "' 0750 ",
                         span: Span {
                          start: Position {
                           line: 269,
                           column: 8,
                          },
                          end: Position {
                           line: 269,
                           column: 33,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 269,
                               column: 35,
                              },
                              end: Position {
                               line: 269,
                               column: 38,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 269,
                                column: 39,
                               },
                               end: Position {
                                line: 269,
                                column: 43,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 269,
                           column: 8,
                          },
                          end: Position {
                           line: 269,
                           column: 45,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 269,
                               column: 47,
                              },
                              end: Position {
                               line: 269,
                               column: 50,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 269,
                                column: 51,
                               },
                               end: Position {
                                line: 269,
                                column: 56,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 269,
                           column: 8,
                          },
                          end: Position {
                           line: 269,
                           column: 61,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 269,
                        column: 7,
                       },
                       end: Position {
                        line: 269,
                        column: 62,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 270,
                           column: 8,
                          },
                          end: Position {
                           line: 270,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 270,
                               column: 13,
                              },
                              end: Position {
                               line: 270,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 270,
                                column: 17,
                               },
                               end: Position {
                                line: 270,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/cache' 0750 ",
                         span: Span {
                          start: Position {
                           line: 270,
                           column: 8,
                          },
                          end: Position {
                           line: 270,
                           column: 39,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 270,
                               column: 41,
                              },
                              end: Position {
                               line: 270,
                               column: 44,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 270,
                                column: 45,
                               },
                               end: Position {
                                line: 270,
                                column: 49,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 270,
                           column: 8,
                          },
                          end: Position {
                           line: 270,
                           column: 51,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 270,
                               column: 53,
                              },
                              end: Position {
                               line: 270,
                               column: 56,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 270,
                                column: 57,
                               },
                               end: Position {
                                line: 270,
                                column: 62,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 270,
                           column: 8,
                          },
                          end: Position {
                           line: 270,
                           column: 67,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 270,
                        column: 7,
                       },
                       end: Position {
                        line: 270,
                        column: 68,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 271,
                           column: 8,
                          },
                          end: Position {
                           line: 271,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 271,
                               column: 13,
                              },
                              end: Position {
                               line: 271,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 271,
                                column: 17,
                               },
                               end: Position {
                                line: 271,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/config' 0750 ",
                         span: Span {
                          start: Position {
                           line: 271,
                           column: 8,
                          },
                          end: Position {
                           line: 271,
                           column: 40,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 271,
                               column: 42,
                              },
                              end: Position {
                               line: 271,
                               column: 45,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 271,
                                column: 46,
                               },
                               end: Position {
                                line: 271,
                                column: 50,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 271,
                           column: 8,
                          },
                          end: Position {
                           line: 271,
                           column: 52,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 271,
                               column: 54,
                              },
                              end: Position {
                               line: 271,
                               column: 57,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 271,
                                column: 58,
                               },
                               end: Position {
                                line: 271,
                                column: 63,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 271,
                           column: 8,
                          },
                          end: Position {
                           line: 271,
                           column: 68,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 271,
                        column: 7,
                       },
                       end: Position {
                        line: 271,
                        column: 69,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 272,
                           column: 8,
                          },
                          end: Position {
                           line: 272,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 272,
                               column: 13,
                              },
                              end: Position {
                               line: 272,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 272,
                                column: 17,
                               },
                               end: Position {
                                line: 272,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/files' 0750 ",
                         span: Span {
                          start: Position {
                           line: 272,
                           column: 8,
                          },
                          end: Position {
                           line: 272,
                           column: 39,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 272,
                               column: 41,
                              },
                              end: Position {
                               line: 272,
                               column: 44,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 272,
                                column: 45,
                               },
                               end: Position {
                                line: 272,
                                column: 49,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 272,
                           column: 8,
                          },
                          end: Position {
                           line: 272,
                           column: 51,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 272,
                               column: 53,
                              },
                              end: Position {
                               line: 272,
                               column: 56,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 272,
                                column: 57,
                               },
                               end: Position {
                                line: 272,
                                column: 62,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 272,
                           column: 8,
                          },
                          end: Position {
                           line: 272,
                           column: 67,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 272,
                        column: 7,
                       },
                       end: Position {
                        line: 272,
                        column: 68,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 273,
                           column: 8,
                          },
                          end: Position {
                           line: 273,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 273,
                               column: 13,
                              },
                              end: Position {
                               line: 273,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 273,
                                column: 17,
                               },
                               end: Position {
                                line: 273,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/log' 0750 ",
                         span: Span {
                          start: Position {
                           line: 273,
                           column: 8,
                          },
                          end: Position {
                           line: 273,
                           column: 37,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 273,
                               column: 39,
                              },
                              end: Position {
                               line: 273,
                               column: 42,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 273,
                                column: 43,
                               },
                               end: Position {
                                line: 273,
                                column: 47,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 273,
                           column: 8,
                          },
                          end: Position {
                           line: 273,
                           column: 49,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 273,
                               column: 51,
                              },
                              end: Position {
                               line: 273,
                               column: 54,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 273,
                                column: 55,
                               },
                               end: Position {
                                line: 273,
                                column: 60,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 273,
                           column: 8,
                          },
                          end: Position {
                           line: 273,
                           column: 65,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 273,
                        column: 7,
                       },
                       end: Position {
                        line: 273,
                        column: 66,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 274,
                           column: 8,
                          },
                          end: Position {
                           line: 274,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 274,
                               column: 13,
                              },
                              end: Position {
                               line: 274,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 274,
                                column: 17,
                               },
                               end: Position {
                                line: 274,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/plugins' 0750 ",
                         span: Span {
                          start: Position {
                           line: 274,
                           column: 8,
                          },
                          end: Position {
                           line: 274,
                           column: 41,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 274,
                               column: 43,
                              },
                              end: Position {
                               line: 274,
                               column: 46,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 274,
                                column: 47,
                               },
                               end: Position {
                                line: 274,
                                column: 51,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 274,
                           column: 8,
                          },
                          end: Position {
                           line: 274,
                           column: 53,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 274,
                               column: 55,
                              },
                              end: Position {
                               line: 274,
                               column: 58,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 274,
                                column: 59,
                               },
                               end: Position {
                                line: 274,
                                column: 64,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 274,
                           column: 8,
                          },
                          end: Position {
                           line: 274,
                           column: 69,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 274,
                        column: 7,
                       },
                       end: Position {
                        line: 274,
                        column: 70,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 275,
                           column: 8,
                          },
                          end: Position {
                           line: 275,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 275,
                               column: 13,
                              },
                              end: Position {
                               line: 275,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 275,
                                column: 17,
                               },
                               end: Position {
                                line: 275,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/public' 0750 ",
                         span: Span {
                          start: Position {
                           line: 275,
                           column: 8,
                          },
                          end: Position {
                           line: 275,
                           column: 40,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 275,
                               column: 42,
                              },
                              end: Position {
                               line: 275,
                               column: 45,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 275,
                                column: 46,
                               },
                               end: Position {
                                line: 275,
                                column: 50,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 275,
                           column: 8,
                          },
                          end: Position {
                           line: 275,
                           column: 52,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 275,
                               column: 54,
                              },
                              end: Position {
                               line: 275,
                               column: 57,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 275,
                                column: 58,
                               },
                               end: Position {
                                line: 275,
                                column: 63,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 275,
                           column: 8,
                          },
                          end: Position {
                           line: 275,
                           column: 68,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 275,
                        column: 7,
                       },
                       end: Position {
                        line: 275,
                        column: 69,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 276,
                           column: 8,
                          },
                          end: Position {
                           line: 276,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 276,
                               column: 13,
                              },
                              end: Position {
                               line: 276,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 276,
                                column: 17,
                               },
                               end: Position {
                                line: 276,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/public/plugin_assets' 0750 ",
                         span: Span {
                          start: Position {
                           line: 276,
                           column: 8,
                          },
                          end: Position {
                           line: 276,
                           column: 54,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 276,
                               column: 56,
                              },
                              end: Position {
                               line: 276,
                               column: 59,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 276,
                                column: 60,
                               },
                               end: Position {
                                line: 276,
                                column: 64,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 276,
                           column: 8,
                          },
                          end: Position {
                           line: 276,
                           column: 66,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 276,
                               column: 68,
                              },
                              end: Position {
                               line: 276,
                               column: 71,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 276,
                                column: 72,
                               },
                               end: Position {
                                line: 276,
                                column: 77,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 276,
                           column: 8,
                          },
                          end: Position {
                           line: 276,
                           column: 82,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 276,
                        column: 7,
                       },
                       end: Position {
                        line: 276,
                        column: 83,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 277,
                           column: 8,
                          },
                          end: Position {
                           line: 277,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 277,
                               column: 13,
                              },
                              end: Position {
                               line: 277,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 277,
                                column: 17,
                               },
                               end: Position {
                                line: 277,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/public/themes' 0750 ",
                         span: Span {
                          start: Position {
                           line: 277,
                           column: 8,
                          },
                          end: Position {
                           line: 277,
                           column: 47,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 277,
                               column: 49,
                              },
                              end: Position {
                               line: 277,
                               column: 52,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 277,
                                column: 53,
                               },
                               end: Position {
                                line: 277,
                                column: 57,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 277,
                           column: 8,
                          },
                          end: Position {
                           line: 277,
                           column: 59,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 277,
                               column: 61,
                              },
                              end: Position {
                               line: 277,
                               column: 64,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 277,
                                column: 65,
                               },
                               end: Position {
                                line: 277,
                                column: 70,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 277,
                           column: 8,
                          },
                          end: Position {
                           line: 277,
                           column: 75,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 277,
                        column: 7,
                       },
                       end: Position {
                        line: 277,
                        column: 76,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d '",
                         span: Span {
                          start: Position {
                           line: 278,
                           column: 8,
                          },
                          end: Position {
                           line: 278,
                           column: 26,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 278,
                               column: 13,
                              },
                              end: Position {
                               line: 278,
                               column: 16,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 278,
                                column: 17,
                               },
                               end: Position {
                                line: 278,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/tmp' 0750 ",
                         span: Span {
                          start: Position {
                           line: 278,
                           column: 8,
                          },
                          end: Position {
                           line: 278,
                           column: 37,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 278,
                               column: 39,
                              },
                              end: Position {
                               line: 278,
                               column: 42,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "user",
                              span: Span {
                               start: Position {
                                line: 278,
                                column: 43,
                               },
                               end: Position {
                                line: 278,
                                column: 47,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " ",
                         span: Span {
                          start: Position {
                           line: 278,
                           column: 8,
                          },
                          end: Position {
                           line: 278,
                           column: 49,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 278,
                               column: 51,
                              },
                              end: Position {
                               line: 278,
                               column: 54,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "group",
                              span: Span {
                               start: Position {
                                line: 278,
                                column: 55,
                               },
                               end: Position {
                                line: 278,
                                column: 60,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: " - -",
                         span: Span {
                          start: Position {
                           line: 278,
                           column: 8,
                          },
                          end: Position {
                           line: 278,
                           column: 65,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 278,
                        column: 7,
                       },
                       end: Position {
                        line: 278,
                        column: 66,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d /run/redmine - - - - -",
                         span: Span {
                          start: Position {
                           line: 280,
                           column: 8,
                          },
                          end: Position {
                           line: 280,
                           column: 32,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 280,
                        column: 7,
                       },
                       end: Position {
                        line: 280,
                        column: 33,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "d /run/redmine/public - - - - -",
                         span: Span {
                          start: Position {
                           line: 281,
                           column: 8,
                          },
                          end: Position {
                           line: 281,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 281,
                        column: 7,
                       },
                       end: Position {
                        line: 281,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "L+ /run/redmine/config - - - - ",
                         span: Span {
                          start: Position {
                           line: 282,
                           column: 8,
                          },
                          end: Position {
                           line: 282,
                           column: 54,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 282,
                               column: 41,
                              },
                              end: Position {
                               line: 282,
                               column: 44,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 282,
                                column: 45,
                               },
                               end: Position {
                                line: 282,
                                column: 53,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/config",
                         span: Span {
                          start: Position {
                           line: 282,
                           column: 8,
                          },
                          end: Position {
                           line: 282,
                           column: 61,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 282,
                        column: 7,
                       },
                       end: Position {
                        line: 282,
                        column: 62,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "L+ /run/redmine/files - - - - ",
                         span: Span {
                          start: Position {
                           line: 283,
                           column: 8,
                          },
                          end: Position {
                           line: 283,
                           column: 53,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 283,
                               column: 40,
                              },
                              end: Position {
                               line: 283,
                               column: 43,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 283,
                                column: 44,
                               },
                               end: Position {
                                line: 283,
                                column: 52,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/files",
                         span: Span {
                          start: Position {
                           line: 283,
                           column: 8,
                          },
                          end: Position {
                           line: 283,
                           column: 59,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 283,
                        column: 7,
                       },
                       end: Position {
                        line: 283,
                        column: 60,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "L+ /run/redmine/log - - - - ",
                         span: Span {
                          start: Position {
                           line: 284,
                           column: 8,
                          },
                          end: Position {
                           line: 284,
                           column: 51,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 284,
                               column: 38,
                              },
                              end: Position {
                               line: 284,
                               column: 41,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 284,
                                column: 42,
                               },
                               end: Position {
                                line: 284,
                                column: 50,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/log",
                         span: Span {
                          start: Position {
                           line: 284,
                           column: 8,
                          },
                          end: Position {
                           line: 284,
                           column: 55,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 284,
                        column: 7,
                       },
                       end: Position {
                        line: 284,
                        column: 56,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "L+ /run/redmine/plugins - - - - ",
                         span: Span {
                          start: Position {
                           line: 285,
                           column: 8,
                          },
                          end: Position {
                           line: 285,
                           column: 55,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 285,
                               column: 42,
                              },
                              end: Position {
                               line: 285,
                               column: 45,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 285,
                                column: 46,
                               },
                               end: Position {
                                line: 285,
                                column: 54,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/plugins",
                         span: Span {
                          start: Position {
                           line: 285,
                           column: 8,
                          },
                          end: Position {
                           line: 285,
                           column: 63,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 285,
                        column: 7,
                       },
                       end: Position {
                        line: 285,
                        column: 64,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "L+ /run/redmine/public/plugin_assets - - - - ",
                         span: Span {
                          start: Position {
                           line: 286,
                           column: 8,
                          },
                          end: Position {
                           line: 286,
                           column: 68,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 286,
                               column: 55,
                              },
                              end: Position {
                               line: 286,
                               column: 58,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 286,
                                column: 59,
                               },
                               end: Position {
                                line: 286,
                                column: 67,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/public/plugin_assets",
                         span: Span {
                          start: Position {
                           line: 286,
                           column: 8,
                          },
                          end: Position {
                           line: 286,
                           column: 89,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 286,
                        column: 7,
                       },
                       end: Position {
                        line: 286,
                        column: 90,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "L+ /run/redmine/public/themes - - - - ",
                         span: Span {
                          start: Position {
                           line: 287,
                           column: 8,
                          },
                          end: Position {
                           line: 287,
                           column: 61,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 287,
                               column: 48,
                              },
                              end: Position {
                               line: 287,
                               column: 51,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 287,
                                column: 52,
                               },
                               end: Position {
                                line: 287,
                                column: 60,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/public/themes",
                         span: Span {
                          start: Position {
                           line: 287,
                           column: 8,
                          },
                          end: Position {
                           line: 287,
                           column: 75,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 287,
                        column: 7,
                       },
                       end: Position {
                        line: 287,
                        column: 76,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "L+ /run/redmine/tmp - - - - ",
                         span: Span {
                          start: Position {
                           line: 288,
                           column: 8,
                          },
                          end: Position {
                           line: 288,
                           column: 51,
                          },
                         },
                        },
                       ),
                       Interpolation(
                        PartInterpolation {
                         expression: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 288,
                               column: 38,
                              },
                              end: Position {
                               line: 288,
                               column: 41,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "stateDir",
                              span: Span {
                               start: Position {
                                line: 288,
                                column: 42,
                               },
                               end: Position {
                                line: 288,
                                column: 50,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "/tmp",
                         span: Span {
                          start: Position {
                           line: 288,
                           column: 8,
                          },
                          end: Position {
                           line: 288,
                           column: 55,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 288,
                        column: 7,
                       },
                       end: Position {
                        line: 288,
                        column: 56,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 268,
                     column: 30,
                    },
                    end: Position {
                     line: 289,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "systemd",
                    span: Span {
                     start: Position {
                      line: 291,
                      column: 5,
                     },
                     end: Position {
                      line: 291,
                      column: 12,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "services",
                    span: Span {
                     start: Position {
                      line: 291,
                      column: 13,
                     },
                     end: Position {
                      line: 291,
                      column: 21,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "redmine",
                    span: Span {
                     start: Position {
                      line: 291,
                      column: 22,
                     },
                     end: Position {
                      line: 291,
                      column: 29,
                     },
                    },
                   },
                  ),
                 ],
                 to: Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "after",
                         span: Span {
                          start: Position {
                           line: 292,
                           column: 7,
                          },
                          end: Position {
                           line: 292,
                           column: 12,
                          },
                         },
                        },
                       ),
                      ],
                      to: BinaryOperation(
                       BinaryOperation {
                        left: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 292,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 292,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 292,
                               column: 17,
                              },
                              end: Position {
                               line: 292,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 292,
                            column: 15,
                           },
                           end: Position {
                            line: 292,
                            column: 35,
                           },
                          },
                         },
                        ),
                        operator: Concatenation,
                        right: BinaryOperation(
                         BinaryOperation {
                          left: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optional",
                              span: Span {
                               start: Position {
                                line: 292,
                                column: 39,
                               },
                               end: Position {
                                line: 292,
                                column: 47,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Identifier(
                              Identifier {
                               id: "mysqlLocal",
                               span: Span {
                                start: Position {
                                 line: 292,
                                 column: 48,
                                },
                                end: Position {
                                 line: 292,
                                 column: 58,
                                },
                               },
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "mysql.service",
                                  span: Span {
                                   start: Position {
                                    line: 292,
                                    column: 60,
                                   },
                                   end: Position {
                                    line: 292,
                                    column: 73,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 292,
                                 column: 59,
                                },
                                end: Position {
                                 line: 292,
                                 column: 74,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          operator: Concatenation,
                          right: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "optional",
                              span: Span {
                               start: Position {
                                line: 292,
                                column: 78,
                               },
                               end: Position {
                                line: 292,
                                column: 86,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Identifier(
                              Identifier {
                               id: "pgsqlLocal",
                               span: Span {
                                start: Position {
                                 line: 292,
                                 column: 87,
                                },
                                end: Position {
                                 line: 292,
                                 column: 97,
                                },
                               },
                              },
                             ),
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "postgresql.service",
                                  span: Span {
                                   start: Position {
                                    line: 292,
                                    column: 99,
                                   },
                                   end: Position {
                                    line: 292,
                                    column: 117,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 292,
                                 column: 98,
                                },
                                end: Position {
                                 line: 292,
                                 column: 118,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "wantedBy",
                         span: Span {
                          start: Position {
                           line: 293,
                           column: 7,
                          },
                          end: Position {
                           line: 293,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: List(
                       List {
                        elements: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "multi-user.target",
                              span: Span {
                               start: Position {
                                line: 293,
                                column: 21,
                               },
                               end: Position {
                                line: 293,
                                column: 38,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 293,
                             column: 20,
                            },
                            end: Position {
                             line: 293,
                             column: 39,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 293,
                          column: 18,
                         },
                         end: Position {
                          line: 293,
                          column: 41,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "environment",
                         span: Span {
                          start: Position {
                           line: 294,
                           column: 7,
                          },
                          end: Position {
                           line: 294,
                           column: 18,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "RAILS_ENV",
                         span: Span {
                          start: Position {
                           line: 294,
                           column: 19,
                          },
                          end: Position {
                           line: 294,
                           column: 28,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "production",
                           span: Span {
                            start: Position {
                             line: 294,
                             column: 32,
                            },
                            end: Position {
                             line: 294,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 294,
                          column: 31,
                         },
                         end: Position {
                          line: 294,
                          column: 43,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "environment",
                         span: Span {
                          start: Position {
                           line: 295,
                           column: 7,
                          },
                          end: Position {
                           line: 295,
                           column: 18,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "RAILS_CACHE",
                         span: Span {
                          start: Position {
                           line: 295,
                           column: 19,
                          },
                          end: Position {
                           line: 295,
                           column: 30,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 295,
                                 column: 36,
                                },
                                end: Position {
                                 line: 295,
                                 column: 39,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 295,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 295,
                                  column: 48,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/cache",
                           span: Span {
                            start: Position {
                             line: 295,
                             column: 34,
                            },
                            end: Position {
                             line: 295,
                             column: 55,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 295,
                          column: 33,
                         },
                         end: Position {
                          line: 295,
                          column: 56,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "environment",
                         span: Span {
                          start: Position {
                           line: 296,
                           column: 7,
                          },
                          end: Position {
                           line: 296,
                           column: 18,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "REDMINE_LANG",
                         span: Span {
                          start: Position {
                           line: 296,
                           column: 19,
                          },
                          end: Position {
                           line: 296,
                           column: 31,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "en",
                           span: Span {
                            start: Position {
                             line: 296,
                             column: 35,
                            },
                            end: Position {
                             line: 296,
                             column: 37,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 296,
                          column: 34,
                         },
                         end: Position {
                          line: 296,
                          column: 38,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "environment",
                         span: Span {
                          start: Position {
                           line: 297,
                           column: 7,
                          },
                          end: Position {
                           line: 297,
                           column: 18,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "SCHEMA",
                         span: Span {
                          start: Position {
                           line: 297,
                           column: 19,
                          },
                          end: Position {
                           line: 297,
                           column: 25,
                          },
                         },
                        },
                       ),
                      ],
                      to: String(
                       String_ {
                        parts: [
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 297,
                                 column: 31,
                                },
                                end: Position {
                                 line: 297,
                                 column: 34,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 297,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 297,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/cache/schema.db",
                           span: Span {
                            start: Position {
                             line: 297,
                             column: 29,
                            },
                            end: Position {
                             line: 297,
                             column: 60,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 297,
                          column: 28,
                         },
                         end: Position {
                          line: 297,
                          column: 61,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "path",
                         span: Span {
                          start: Position {
                           line: 298,
                           column: 7,
                          },
                          end: Position {
                           line: 298,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: With(
                       With {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 298,
                            column: 19,
                           },
                           end: Position {
                            line: 298,
                            column: 23,
                           },
                          },
                         },
                        ),
                        target: List(
                         List {
                          elements: [
                           Identifier(
                            Identifier {
                             id: "imagemagick",
                             span: Span {
                              start: Position {
                               line: 299,
                               column: 9,
                              },
                              end: Position {
                               line: 299,
                               column: 20,
                              },
                             },
                            },
                           ),
                           Identifier(
                            Identifier {
                             id: "breezy",
                             span: Span {
                              start: Position {
                               line: 300,
                               column: 9,
                              },
                              end: Position {
                               line: 300,
                               column: 15,
                              },
                             },
                            },
                           ),
                           Identifier(
                            Identifier {
                             id: "cvs",
                             span: Span {
                              start: Position {
                               line: 301,
                               column: 9,
                              },
                              end: Position {
                               line: 301,
                               column: 12,
                              },
                             },
                            },
                           ),
                           Identifier(
                            Identifier {
                             id: "darcs",
                             span: Span {
                              start: Position {
                               line: 302,
                               column: 9,
                              },
                              end: Position {
                               line: 302,
                               column: 14,
                              },
                             },
                            },
                           ),
                           Identifier(
                            Identifier {
                             id: "git",
                             span: Span {
                              start: Position {
                               line: 303,
                               column: 9,
                              },
                              end: Position {
                               line: 303,
                               column: 12,
                              },
                             },
                            },
                           ),
                           Identifier(
                            Identifier {
                             id: "mercurial",
                             span: Span {
                              start: Position {
                               line: 304,
                               column: 9,
                              },
                              end: Position {
                               line: 304,
                               column: 18,
                              },
                             },
                            },
                           ),
                           Identifier(
                            Identifier {
                             id: "subversion",
                             span: Span {
                              start: Position {
                               line: 305,
                               column: 9,
                              },
                              end: Position {
                               line: 305,
                               column: 19,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 298,
                            column: 25,
                           },
                           end: Position {
                            line: 306,
                            column: 8,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 298,
                          column: 14,
                         },
                         end: Position {
                          line: 306,
                          column: 8,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "preStart",
                         span: Span {
                          start: Position {
                           line: 307,
                           column: 7,
                          },
                          end: Position {
                           line: 307,
                           column: 15,
                          },
                         },
                        },
                       ),
                      ],
                      to: IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "rm -rf \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 308,
                             column: 17,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 308,
                                 column: 19,
                                },
                                end: Position {
                                 line: 308,
                                 column: 22,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 308,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 308,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/plugins/\"*\nrm -rf \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 309,
                             column: 17,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 309,
                                 column: 19,
                                },
                                end: Position {
                                 line: 309,
                                 column: 22,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 309,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 309,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/public/themes/\"*\n\n# start with a fresh config directory\n# the config directory is copied instead of linked as some mutable data is stored in there\nfind \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 313,
                             column: 15,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 313,
                                 column: 17,
                                },
                                end: Position {
                                 line: 313,
                                 column: 20,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 313,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 313,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config\" ! -name \"secret_token.rb\" -type f -exec rm -f {} +\ncp -r ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 314,
                             column: 15,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 314,
                                 column: 17,
                                },
                                end: Position {
                                 line: 314,
                                 column: 20,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 314,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 314,
                                  column: 28,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/share/redmine/config.dist/* \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 314,
                             column: 59,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 314,
                                 column: 61,
                                },
                                end: Position {
                                 line: 314,
                                 column: 64,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 314,
                                  column: 65,
                                 },
                                 end: Position {
                                  line: 314,
                                  column: 73,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/\"\n\nchmod -R u+w \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 316,
                             column: 23,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 316,
                                 column: 25,
                                },
                                end: Position {
                                 line: 316,
                                 column: 28,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 316,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 316,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config\"\n\n# link in the application configuration\nln -fs ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 319,
                             column: 16,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "configurationYml",
                             span: Span {
                              start: Position {
                               line: 319,
                               column: 18,
                              },
                              end: Position {
                               line: 319,
                               column: 34,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 319,
                             column: 37,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 319,
                                 column: 39,
                                },
                                end: Position {
                                 line: 319,
                                 column: 42,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 319,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 319,
                                  column: 51,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/configuration.yml\"\n\n# link in the additional environment configuration\nln -fs ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 322,
                             column: 16,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "additionalEnvironment",
                             span: Span {
                              start: Position {
                               line: 322,
                               column: 18,
                              },
                              end: Position {
                               line: 322,
                               column: 39,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 322,
                             column: 42,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 322,
                                 column: 44,
                                },
                                end: Position {
                                 line: 322,
                                 column: 47,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 322,
                                  column: 48,
                                 },
                                 end: Position {
                                  line: 322,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/additional_environment.rb\"\n\n\n# link in all user specified themes\nfor theme in ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 326,
                             column: 22,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "concatStringsSep",
                               span: Span {
                                start: Position {
                                 line: 326,
                                 column: 24,
                                },
                                end: Position {
                                 line: 326,
                                 column: 40,
                                },
                               },
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: " ",
                                   span: Span {
                                    start: Position {
                                     line: 326,
                                     column: 42,
                                    },
                                    end: Position {
                                     line: 326,
                                     column: 43,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 326,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 326,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                              FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "mapAttrsToList",
                                  span: Span {
                                   start: Position {
                                    line: 326,
                                    column: 46,
                                   },
                                   end: Position {
                                    line: 326,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 Identifier(
                                  Identifier {
                                   id: "unpackTheme",
                                   span: Span {
                                    start: Position {
                                     line: 326,
                                     column: 61,
                                    },
                                    end: Position {
                                     line: 326,
                                     column: 72,
                                    },
                                   },
                                  },
                                 ),
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 326,
                                       column: 73,
                                      },
                                      end: Position {
                                       line: 326,
                                       column: 76,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "themes",
                                      span: Span {
                                       start: Position {
                                        line: 326,
                                        column: 77,
                                       },
                                       end: Position {
                                        line: 326,
                                        column: 83,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "; do\n  ln -fs $theme/* \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 327,
                             column: 28,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 327,
                                 column: 30,
                                },
                                end: Position {
                                 line: 327,
                                 column: 33,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 327,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 327,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/public/themes\"\ndone\n\n# link in redmine provided themes\nln -sf ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 331,
                             column: 16,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 331,
                                 column: 18,
                                },
                                end: Position {
                                 line: 331,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 331,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 331,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/share/redmine/public/themes.dist/* \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 331,
                             column: 67,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 331,
                                 column: 69,
                                },
                                end: Position {
                                 line: 331,
                                 column: 72,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 331,
                                  column: 73,
                                 },
                                 end: Position {
                                  line: 331,
                                  column: 81,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/public/themes/\"\n\n\n# link in all user specified plugins\nfor plugin in ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 335,
                             column: 23,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "concatStringsSep",
                               span: Span {
                                start: Position {
                                 line: 335,
                                 column: 25,
                                },
                                end: Position {
                                 line: 335,
                                 column: 41,
                                },
                               },
                              },
                             ),
                             arguments: [
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: " ",
                                   span: Span {
                                    start: Position {
                                     line: 335,
                                     column: 43,
                                    },
                                    end: Position {
                                     line: 335,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 335,
                                  column: 42,
                                 },
                                 end: Position {
                                  line: 335,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                              FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "mapAttrsToList",
                                  span: Span {
                                   start: Position {
                                    line: 335,
                                    column: 47,
                                   },
                                   end: Position {
                                    line: 335,
                                    column: 61,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 Identifier(
                                  Identifier {
                                   id: "unpackPlugin",
                                   span: Span {
                                    start: Position {
                                     line: 335,
                                     column: 62,
                                    },
                                    end: Position {
                                     line: 335,
                                     column: 74,
                                    },
                                   },
                                  },
                                 ),
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 335,
                                       column: 75,
                                      },
                                      end: Position {
                                       line: 335,
                                       column: 78,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "plugins",
                                      span: Span {
                                       start: Position {
                                        line: 335,
                                        column: 79,
                                       },
                                       end: Position {
                                        line: 335,
                                        column: 86,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                ],
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "; do\n  ln -fs $plugin/* \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 336,
                             column: 29,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 336,
                                 column: 31,
                                },
                                end: Position {
                                 line: 336,
                                 column: 34,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 336,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 336,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/plugins/",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 336,
                             column: 53,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "$",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 336,
                             column: 56,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "{plugin##*-redmine-plugin-}\"\ndone\n\n\n# handle database.passwordFile & permissions\nDBPASS=",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 341,
                             column: 16,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: FunctionApplication(
                            FunctionApplication {
                             function: Identifier(
                              Identifier {
                               id: "optionalString",
                               span: Span {
                                start: Position {
                                 line: 341,
                                 column: 18,
                                },
                                end: Position {
                                 line: 341,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             arguments: [
                              BinaryOperation(
                               BinaryOperation {
                                left: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 341,
                                      column: 34,
                                     },
                                     end: Position {
                                      line: 341,
                                      column: 37,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "database",
                                     span: Span {
                                      start: Position {
                                       line: 341,
                                       column: 38,
                                      },
                                      end: Position {
                                       line: 341,
                                       column: 46,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "passwordFile",
                                     span: Span {
                                      start: Position {
                                       line: 341,
                                       column: 47,
                                      },
                                      end: Position {
                                       line: 341,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                operator: NotEqualTo,
                                right: Identifier(
                                 Identifier {
                                  id: "null",
                                  span: Span {
                                   start: Position {
                                    line: 341,
                                    column: 63,
                                   },
                                   end: Position {
                                    line: 341,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "$(head -n1 ",
                                   span: Span {
                                    start: Position {
                                     line: 341,
                                     column: 70,
                                    },
                                    end: Position {
                                     line: 341,
                                     column: 109,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 341,
                                         column: 83,
                                        },
                                        end: Position {
                                         line: 341,
                                         column: 86,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "database",
                                        span: Span {
                                         start: Position {
                                          line: 341,
                                          column: 87,
                                         },
                                         end: Position {
                                          line: 341,
                                          column: 95,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "passwordFile",
                                        span: Span {
                                         start: Position {
                                          line: 341,
                                          column: 96,
                                         },
                                         end: Position {
                                          line: 341,
                                          column: 108,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: ")",
                                   span: Span {
                                    start: Position {
                                     line: 341,
                                     column: 70,
                                    },
                                    end: Position {
                                     line: 341,
                                     column: 110,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 341,
                                  column: 69,
                                 },
                                 end: Position {
                                  line: 341,
                                  column: 111,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\ncp -f ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 342,
                             column: 15,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "databaseYml",
                             span: Span {
                              start: Position {
                               line: 342,
                               column: 17,
                              },
                              end: Position {
                               line: 342,
                               column: 28,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 342,
                             column: 31,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 342,
                                 column: 33,
                                },
                                end: Position {
                                 line: 342,
                                 column: 36,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 342,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 342,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/database.yml\"\nsed -e \"s,#dbpass#,$DBPASS,g\" -i \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 343,
                             column: 43,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 343,
                                 column: 45,
                                },
                                end: Position {
                                 line: 343,
                                 column: 48,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 343,
                                  column: 49,
                                 },
                                 end: Position {
                                  line: 343,
                                  column: 57,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/database.yml\"\nchmod 440 \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 344,
                             column: 20,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 344,
                                 column: 22,
                                },
                                end: Position {
                                 line: 344,
                                 column: 25,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 344,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 344,
                                  column: 34,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/database.yml\"\n\n\n# generate a secret token if required\nif ! test -e \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 348,
                             column: 23,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 348,
                                 column: 25,
                                },
                                end: Position {
                                 line: 348,
                                 column: 28,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 348,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 348,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/initializers/secret_token.rb\"; then\n  ",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 349,
                             column: 11,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "bundle",
                             span: Span {
                              start: Position {
                               line: 349,
                               column: 13,
                              },
                              end: Position {
                               line: 349,
                               column: 19,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " exec rake generate_secret_token\n  chmod 440 \"",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 350,
                             column: 22,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 350,
                                 column: 24,
                                },
                                end: Position {
                                 line: 350,
                                 column: 27,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "stateDir",
                                span: Span {
                                 start: Position {
                                  line: 350,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 350,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "/config/initializers/secret_token.rb\"\nfi\n\n# execute redmine required commands prior to starting the application\n",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 354,
                             column: 9,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "bundle",
                             span: Span {
                              start: Position {
                               line: 354,
                               column: 11,
                              },
                              end: Position {
                               line: 354,
                               column: 17,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " exec rake db:migrate\n",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 355,
                             column: 9,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "bundle",
                             span: Span {
                              start: Position {
                               line: 355,
                               column: 11,
                              },
                              end: Position {
                               line: 355,
                               column: 17,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " exec rake redmine:plugins:migrate\n",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 356,
                             column: 9,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "bundle",
                             span: Span {
                              start: Position {
                               line: 356,
                               column: 11,
                              },
                              end: Position {
                               line: 356,
                               column: 17,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " exec rake redmine:load_default_data\n",
                           span: Span {
                            start: Position {
                             line: 308,
                             column: 1,
                            },
                            end: Position {
                             line: 357,
                             column: 7,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 307,
                          column: 18,
                         },
                         end: Position {
                          line: 357,
                          column: 9,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "serviceConfig",
                         span: Span {
                          start: Position {
                           line: 359,
                           column: 7,
                          },
                          end: Position {
                           line: 359,
                           column: 20,
                          },
                         },
                        },
                       ),
                      ],
                      to: Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "Type",
                              span: Span {
                               start: Position {
                                line: 360,
                                column: 9,
                               },
                               end: Position {
                                line: 360,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "simple",
                                span: Span {
                                 start: Position {
                                  line: 360,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 360,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 360,
                               column: 16,
                              },
                              end: Position {
                               line: 360,
                               column: 24,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "User",
                              span: Span {
                               start: Position {
                                line: 361,
                                column: 9,
                               },
                               end: Position {
                                line: 361,
                                column: 13,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 361,
                                 column: 16,
                                },
                                end: Position {
                                 line: 361,
                                 column: 19,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "user",
                                span: Span {
                                 start: Position {
                                  line: 361,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 361,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "Group",
                              span: Span {
                               start: Position {
                                line: 362,
                                column: 9,
                               },
                               end: Position {
                                line: 362,
                                column: 14,
                               },
                              },
                             },
                            ),
                           ],
                           to: PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 362,
                                 column: 17,
                                },
                                end: Position {
                                 line: 362,
                                 column: 20,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "group",
                                span: Span {
                                 start: Position {
                                  line: 362,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 362,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "TimeoutSec",
                              span: Span {
                               start: Position {
                                line: 363,
                                column: 9,
                               },
                               end: Position {
                                line: 363,
                                column: 19,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "300",
                                span: Span {
                                 start: Position {
                                  line: 363,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 363,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 363,
                               column: 22,
                              },
                              end: Position {
                               line: 363,
                               column: 27,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "WorkingDirectory",
                              span: Span {
                               start: Position {
                                line: 364,
                                column: 9,
                               },
                               end: Position {
                                line: 364,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 364,
                                      column: 31,
                                     },
                                     end: Position {
                                      line: 364,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "package",
                                     span: Span {
                                      start: Position {
                                       line: 364,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 364,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/share/redmine",
                                span: Span {
                                 start: Position {
                                  line: 364,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 364,
                                  column: 57,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 364,
                               column: 28,
                              },
                              end: Position {
                               line: 364,
                               column: 58,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "ExecStart",
                              span: Span {
                               start: Position {
                                line: 365,
                                column: 9,
                               },
                               end: Position {
                                line: 365,
                                column: 18,
                               },
                              },
                             },
                            ),
                           ],
                           to: String(
                            String_ {
                             parts: [
                              Interpolation(
                               PartInterpolation {
                                expression: Identifier(
                                 Identifier {
                                  id: "bundle",
                                  span: Span {
                                   start: Position {
                                    line: 365,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 365,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: " exec rails server webrick -e production -p ",
                                span: Span {
                                 start: Position {
                                  line: 365,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 365,
                                  column: 73,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: FunctionApplication(
                                 FunctionApplication {
                                  function: Identifier(
                                   Identifier {
                                    id: "toString",
                                    span: Span {
                                     start: Position {
                                      line: 365,
                                      column: 75,
                                     },
                                     end: Position {
                                      line: 365,
                                      column: 83,
                                     },
                                    },
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 365,
                                         column: 84,
                                        },
                                        end: Position {
                                         line: 365,
                                         column: 87,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "port",
                                        span: Span {
                                         start: Position {
                                          line: 365,
                                          column: 88,
                                         },
                                         end: Position {
                                          line: 365,
                                          column: 92,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: " -P '",
                                span: Span {
                                 start: Position {
                                  line: 365,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 365,
                                  column: 98,
                                 },
                                },
                               },
                              ),
                              Interpolation(
                               PartInterpolation {
                                expression: PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 365,
                                      column: 100,
                                     },
                                     end: Position {
                                      line: 365,
                                      column: 103,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "stateDir",
                                     span: Span {
                                      start: Position {
                                       line: 365,
                                       column: 104,
                                      },
                                      end: Position {
                                       line: 365,
                                       column: 112,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "/redmine.pid'",
                                span: Span {
                                 start: Position {
                                  line: 365,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 365,
                                  column: 126,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 365,
                               column: 19,
                              },
                              end: Position {
                               line: 365,
                               column: 127,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 359,
                          column: 23,
                         },
                         end: Position {
                          line: 366,
                          column: 8,
                         },
                        },
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 291,
                     column: 32,
                    },
                    end: Position {
                     line: 368,
                     column: 6,
                    },
                   },
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "users",
                    span: Span {
                     start: Position {
                      line: 370,
                      column: 5,
                     },
                     end: Position {
                      line: 370,
                      column: 10,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "users",
                    span: Span {
                     start: Position {
                      line: 370,
                      column: 11,
                     },
                     end: Position {
                      line: 370,
                      column: 16,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "optionalAttrs",
                     span: Span {
                      start: Position {
                       line: 370,
                       column: 19,
                      },
                      end: Position {
                       line: 370,
                       column: 32,
                      },
                     },
                    },
                   ),
                   arguments: [
                    BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 370,
                            column: 34,
                           },
                           end: Position {
                            line: 370,
                            column: 37,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "user",
                           span: Span {
                            start: Position {
                             line: 370,
                             column: 38,
                            },
                            end: Position {
                             line: 370,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: EqualTo,
                      right: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "redmine",
                           span: Span {
                            start: Position {
                             line: 370,
                             column: 47,
                            },
                            end: Position {
                             line: 370,
                             column: 54,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 370,
                          column: 46,
                         },
                         end: Position {
                          line: 370,
                          column: 55,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "redmine",
                            span: Span {
                             start: Position {
                              line: 371,
                              column: 7,
                             },
                             end: Position {
                              line: 371,
                              column: 14,
                             },
                            },
                           },
                          ),
                         ],
                         to: Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "group",
                                 span: Span {
                                  start: Position {
                                   line: 372,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 372,
                                   column: 14,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 372,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 372,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "group",
                                   span: Span {
                                    start: Position {
                                     line: 372,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 372,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "home",
                                 span: Span {
                                  start: Position {
                                   line: 373,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 373,
                                   column: 13,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 373,
                                    column: 16,
                                   },
                                   end: Position {
                                    line: 373,
                                    column: 19,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "stateDir",
                                   span: Span {
                                    start: Position {
                                     line: 373,
                                     column: 20,
                                    },
                                    end: Position {
                                     line: 373,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "uid",
                                 span: Span {
                                  start: Position {
                                   line: 374,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 374,
                                   column: 12,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "config",
                                  span: Span {
                                   start: Position {
                                    line: 374,
                                    column: 15,
                                   },
                                   end: Position {
                                    line: 374,
                                    column: 21,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "ids",
                                   span: Span {
                                    start: Position {
                                     line: 374,
                                     column: 22,
                                    },
                                    end: Position {
                                     line: 374,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "uids",
                                   span: Span {
                                    start: Position {
                                     line: 374,
                                     column: 26,
                                    },
                                    end: Position {
                                     line: 374,
                                     column: 30,
                                    },
                                   },
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "redmine",
                                   span: Span {
                                    start: Position {
                                     line: 374,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 374,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 371,
                             column: 17,
                            },
                            end: Position {
                             line: 375,
                             column: 8,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 370,
                        column: 57,
                       },
                       end: Position {
                        line: 376,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               KeyValue(
                BindingKeyValue {
                 from: [
                  Raw(
                   PartRaw {
                    content: "users",
                    span: Span {
                     start: Position {
                      line: 378,
                      column: 5,
                     },
                     end: Position {
                      line: 378,
                      column: 10,
                     },
                    },
                   },
                  ),
                  Raw(
                   PartRaw {
                    content: "groups",
                    span: Span {
                     start: Position {
                      line: 378,
                      column: 11,
                     },
                     end: Position {
                      line: 378,
                      column: 17,
                     },
                    },
                   },
                  ),
                 ],
                 to: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "optionalAttrs",
                     span: Span {
                      start: Position {
                       line: 378,
                       column: 20,
                      },
                      end: Position {
                       line: 378,
                       column: 33,
                      },
                     },
                    },
                   ),
                   arguments: [
                    BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 378,
                            column: 35,
                           },
                           end: Position {
                            line: 378,
                            column: 38,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 378,
                             column: 39,
                            },
                            end: Position {
                             line: 378,
                             column: 44,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: EqualTo,
                      right: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "redmine",
                           span: Span {
                            start: Position {
                             line: 378,
                             column: 49,
                            },
                            end: Position {
                             line: 378,
                             column: 56,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 378,
                          column: 48,
                         },
                         end: Position {
                          line: 378,
                          column: 57,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "redmine",
                            span: Span {
                             start: Position {
                              line: 379,
                              column: 7,
                             },
                             end: Position {
                              line: 379,
                              column: 14,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "gid",
                            span: Span {
                             start: Position {
                              line: 379,
                              column: 15,
                             },
                             end: Position {
                              line: 379,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "config",
                             span: Span {
                              start: Position {
                               line: 379,
                               column: 21,
                              },
                              end: Position {
                               line: 379,
                               column: 27,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "ids",
                              span: Span {
                               start: Position {
                                line: 379,
                                column: 28,
                               },
                               end: Position {
                                line: 379,
                                column: 31,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "gids",
                              span: Span {
                               start: Position {
                                line: 379,
                                column: 32,
                               },
                               end: Position {
                                line: 379,
                                column: 36,
                               },
                              },
                             },
                            ),
                            Raw(
                             PartRaw {
                              content: "redmine",
                              span: Span {
                               start: Position {
                                line: 379,
                                column: 37,
                               },
                               end: Position {
                                line: 379,
                                column: 44,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 378,
                        column: 59,
                       },
                       end: Position {
                        line: 380,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 213,
                column: 28,
               },
               end: Position {
                line: 382,
                column: 4,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      span: Span {
       start: Position {
        line: 43,
        column: 1,
       },
       end: Position {
        line: 384,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 384,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 384,
    column: 2,
   },
  },
 },
)