Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [ FunctionHeadDestructuredArgument { identifier: "config", default: None, }, FunctionHeadDestructuredArgument { identifier: "options", default: None, }, FunctionHeadDestructuredArgument { identifier: "lib", default: None, }, FunctionHeadDestructuredArgument { identifier: "pkgs", default: None, }, ], }, ), body: With( With { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 3, column: 6, }, end: Position { line: 3, column: 9, }, }, }, ), target: LetIn( LetIn { bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "cfg", span: Span { start: Position { line: 6, column: 3, }, end: Position { line: 6, column: 6, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 6, column: 9, }, end: Position { line: 6, column: 15, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 6, column: 16, }, end: Position { line: 6, column: 24, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 6, column: 25, }, end: Position { line: 6, column: 32, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "opt", span: Span { start: Position { line: 7, column: 3, }, end: Position { line: 7, column: 6, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "options", span: Span { start: Position { line: 7, column: 9, }, end: Position { line: 7, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 7, column: 17, }, end: Position { line: 7, column: 25, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 7, column: 26, }, end: Position { line: 7, column: 33, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "configFile", span: Span { start: Position { line: 8, column: 3, }, end: Position { line: 8, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 8, column: 16, }, end: Position { line: 8, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "writeText", span: Span { start: Position { line: 8, column: 21, }, end: Position { line: 8, column: 30, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "couchdb.ini", span: Span { start: Position { line: 8, column: 32, }, end: Position { line: 8, column: 43, }, }, }, ), ], span: Span { start: Position { line: 8, column: 31, }, end: Position { line: 8, column: 44, }, }, }, ), BinaryOperation( BinaryOperation { left: BinaryOperation( BinaryOperation { left: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "[couchdb]\ndatabase_dir = ", span: Span { start: Position { line: 10, column: 1, }, end: Position { line: 11, column: 22, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 11, column: 24, }, end: Position { line: 11, column: 27, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 11, column: 28, }, end: Position { line: 11, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\nuri_file = ", span: Span { start: Position { line: 10, column: 1, }, end: Position { line: 12, column: 18, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 12, column: 20, }, end: Position { line: 12, column: 23, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "uriFile", span: Span { start: Position { line: 12, column: 24, }, end: Position { line: 12, column: 31, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\nview_index_dir = ", span: Span { start: Position { line: 10, column: 1, }, end: Position { line: 13, column: 24, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 13, column: 26, }, end: Position { line: 13, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "viewIndexDir", span: Span { start: Position { line: 13, column: 30, }, end: Position { line: 13, column: 42, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 10, column: 1, }, end: Position { line: 14, column: 5, }, }, }, ), ], span: Span { start: Position { line: 9, column: 5, }, end: Position { line: 14, column: 7, }, }, }, ), operator: Addition, right: BinaryOperation( BinaryOperation { left: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "optionalString", span: Span { start: Position { line: 14, column: 11, }, end: Position { line: 14, column: 25, }, }, }, ), arguments: [ BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 14, column: 27, }, end: Position { line: 14, column: 30, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "adminPass", span: Span { start: Position { line: 14, column: 31, }, end: Position { line: 14, column: 40, }, }, }, ), ], default: None, }, ), operator: NotEqualTo, right: Identifier( Identifier { id: "null", span: Span { start: Position { line: 14, column: 44, }, end: Position { line: 14, column: 48, }, }, }, ), }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "[admins]\n", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 16, column: 7, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 16, column: 9, }, end: Position { line: 16, column: 12, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "adminUser", span: Span { start: Position { line: 16, column: 13, }, end: Position { line: 16, column: 22, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " = ", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 16, column: 26, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 16, column: 28, }, end: Position { line: 16, column: 31, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "adminPass", span: Span { start: Position { line: 16, column: 32, }, end: Position { line: 16, column: 41, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 17, column: 5, }, }, }, ), ], span: Span { start: Position { line: 14, column: 50, }, end: Position { line: 17, column: 7, }, }, }, ), ], }, ), operator: Addition, right: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "[chttpd]\n", span: Span { start: Position { line: 18, column: 1, }, end: Position { line: 19, column: 5, }, }, }, ), ], span: Span { start: Position { line: 17, column: 10, }, end: Position { line: 19, column: 7, }, }, }, ), }, ), }, ), operator: Addition, right: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "port = ", span: Span { start: Position { line: 21, column: 1, }, end: Position { line: 21, column: 14, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 21, column: 16, }, end: Position { line: 21, column: 24, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 21, column: 25, }, end: Position { line: 21, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 21, column: 29, }, end: Position { line: 21, column: 33, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "\nbind_address = ", span: Span { start: Position { line: 21, column: 1, }, end: Position { line: 22, column: 22, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 22, column: 24, }, end: Position { line: 22, column: 27, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bindAddress", span: Span { start: Position { line: 22, column: 28, }, end: Position { line: 22, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n\n[log]\nfile = ", span: Span { start: Position { line: 21, column: 1, }, end: Position { line: 25, column: 14, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 25, column: 16, }, end: Position { line: 25, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "logFile", span: Span { start: Position { line: 25, column: 20, }, end: Position { line: 25, column: 27, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 21, column: 1, }, end: Position { line: 26, column: 5, }, }, }, ), ], span: Span { start: Position { line: 20, column: 5, }, end: Position { line: 26, column: 7, }, }, }, ), }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "executable", span: Span { start: Position { line: 27, column: 3, }, end: Position { line: 27, column: 13, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 27, column: 19, }, end: Position { line: 27, column: 22, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 27, column: 23, }, end: Position { line: 27, column: 30, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/couchdb", span: Span { start: Position { line: 27, column: 17, }, end: Position { line: 27, column: 43, }, }, }, ), ], span: Span { start: Position { line: 27, column: 16, }, end: Position { line: 27, column: 44, }, }, }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 33, column: 3, }, end: Position { line: 33, column: 10, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 35, column: 5, }, end: Position { line: 35, column: 13, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 35, column: 14, }, end: Position { line: 35, column: 21, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 37, column: 7, }, end: Position { line: 37, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 37, column: 16, }, end: Position { line: 37, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 38, column: 9, }, end: Position { line: 38, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 38, column: 16, }, end: Position { line: 38, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 38, column: 22, }, end: Position { line: 38, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 39, column: 9, }, end: Position { line: 39, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 39, column: 19, }, end: Position { line: 39, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 40, column: 9, }, end: Position { line: 40, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 40, column: 23, }, end: Position { line: 40, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 40, column: 27, }, end: Position { line: 40, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Whether to run CouchDB Server.\n", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 42, column: 9, }, }, }, ), ], span: Span { start: Position { line: 40, column: 33, }, end: Position { line: 42, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 37, column: 25, }, end: Position { line: 43, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 45, column: 7, }, end: Position { line: 45, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 45, column: 17, }, end: Position { line: 45, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 46, column: 9, }, end: Position { line: 46, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 46, column: 16, }, end: Position { line: 46, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 46, column: 22, }, end: Position { line: 46, column: 29, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 47, column: 9, }, end: Position { line: 47, column: 16, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 47, column: 19, }, end: Position { line: 47, column: 23, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "couchdb3", span: Span { start: Position { line: 47, column: 24, }, end: Position { line: 47, column: 32, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultText", span: Span { start: Position { line: 48, column: 9, }, end: Position { line: 48, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 48, column: 23, }, end: Position { line: 48, column: 40, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "pkgs.couchdb3", span: Span { start: Position { line: 48, column: 42, }, end: Position { line: 48, column: 55, }, }, }, ), ], span: Span { start: Position { line: 48, column: 41, }, end: Position { line: 48, column: 56, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 49, column: 9, }, end: Position { line: 49, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 49, column: 23, }, end: Position { line: 49, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 49, column: 27, }, end: Position { line: 49, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "CouchDB package to use.\n", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 51, column: 9, }, }, }, ), ], span: Span { start: Position { line: 49, column: 33, }, end: Position { line: 51, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 45, column: 26, }, end: Position { line: 52, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "adminUser", span: Span { start: Position { line: 54, column: 7, }, end: Position { line: 54, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 54, column: 19, }, end: Position { line: 54, column: 27, }, }, }, ), 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: "str", span: Span { start: Position { line: 55, column: 22, }, end: Position { line: 55, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 56, column: 9, }, end: Position { line: 56, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "admin", span: Span { start: Position { line: 56, column: 20, }, end: Position { line: 56, column: 25, }, }, }, ), ], span: Span { start: Position { line: 56, column: 19, }, end: Position { line: 56, column: 26, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 57, column: 9, }, end: Position { line: 57, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 57, column: 23, }, end: Position { line: 57, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 57, column: 27, }, end: Position { line: 57, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Couchdb (i.e. fauxton) account with permission for all dbs and\ntasks.\n", span: Span { start: Position { line: 58, column: 1, }, end: Position { line: 60, column: 9, }, }, }, ), ], span: Span { start: Position { line: 57, column: 33, }, end: Position { line: 60, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 54, column: 28, }, end: Position { line: 61, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "adminPass", span: Span { start: Position { line: 63, column: 7, }, end: Position { line: 63, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 63, column: 19, }, end: Position { line: 63, column: 27, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 64, column: 9, }, end: Position { line: 64, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 64, column: 16, }, end: Position { line: 64, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "nullOr", span: Span { start: Position { line: 64, column: 22, }, end: Position { line: 64, column: 28, }, }, }, ), ], default: None, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 64, column: 29, }, end: Position { line: 64, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 64, column: 35, }, end: Position { line: 64, column: 38, }, }, }, ), ], default: None, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 65, column: 9, }, end: Position { line: 65, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "null", span: Span { start: Position { line: 65, column: 19, }, end: Position { line: 65, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 66, column: 9, }, end: Position { line: 66, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 66, column: 23, }, end: Position { line: 66, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 66, column: 27, }, end: Position { line: 66, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Couchdb (i.e. fauxton) account with permission for all dbs and\ntasks.\n", span: Span { start: Position { line: 67, column: 1, }, end: Position { line: 69, column: 9, }, }, }, ), ], span: Span { start: Position { line: 66, column: 33, }, end: Position { line: 69, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 63, column: 28, }, end: Position { line: 70, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 72, column: 7, }, end: Position { line: 72, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 72, column: 14, }, end: Position { line: 72, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 73, column: 9, }, end: Position { line: 73, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 73, column: 16, }, end: Position { line: 73, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 73, column: 22, }, end: Position { line: 73, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 74, column: 9, }, end: Position { line: 74, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 74, column: 20, }, end: Position { line: 74, column: 27, }, }, }, ), ], span: Span { start: Position { line: 74, column: 19, }, end: Position { line: 74, column: 28, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 75, column: 9, }, end: Position { line: 75, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 75, column: 23, }, end: Position { line: 75, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 75, column: 27, }, end: Position { line: 75, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "User account under which couchdb runs.\n", span: Span { start: Position { line: 76, column: 1, }, end: Position { line: 77, column: 9, }, }, }, ), ], span: Span { start: Position { line: 75, column: 33, }, end: Position { line: 77, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 72, column: 23, }, end: Position { line: 78, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 80, column: 7, }, end: Position { line: 80, column: 12, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 80, column: 15, }, end: Position { line: 80, column: 23, }, }, }, ), 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: "couchdb", span: Span { start: Position { line: 82, column: 20, }, end: Position { line: 82, column: 27, }, }, }, ), ], span: Span { start: Position { line: 82, column: 19, }, end: Position { line: 82, column: 28, }, }, }, ), }, ), 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: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Group account under which couchdb runs.\n", span: Span { start: Position { line: 84, column: 1, }, end: Position { line: 85, column: 9, }, }, }, ), ], span: Span { start: Position { line: 83, column: 33, }, end: Position { line: 85, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 80, column: 24, }, end: Position { line: 86, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 90, column: 7, }, end: Position { line: 90, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 90, column: 21, }, end: Position { line: 90, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 91, column: 9, }, end: Position { line: 91, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 91, column: 16, }, end: Position { line: 91, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 91, column: 22, }, end: Position { line: 91, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 92, column: 9, }, end: Position { line: 92, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/var/lib/couchdb", span: Span { start: Position { line: 92, column: 20, }, end: Position { line: 92, column: 36, }, }, }, ), ], span: Span { start: Position { line: 92, column: 19, }, end: Position { line: 92, column: 37, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 93, column: 9, }, end: Position { line: 93, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 93, column: 23, }, end: Position { line: 93, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 93, column: 27, }, end: Position { line: 93, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specifies location of CouchDB database files (*.couch named). This\nlocation should be writable and readable for the user the CouchDB\nservice runs as (couchdb by default).\n", span: Span { start: Position { line: 94, column: 1, }, end: Position { line: 97, column: 9, }, }, }, ), ], span: Span { start: Position { line: 93, column: 33, }, end: Position { line: 97, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 90, column: 30, }, end: Position { line: 98, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "uriFile", span: Span { start: Position { line: 100, column: 7, }, end: Position { line: 100, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 100, column: 17, }, end: Position { line: 100, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 101, column: 9, }, end: Position { line: 101, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 101, column: 16, }, end: Position { line: 101, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 101, column: 22, }, end: Position { line: 101, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 102, column: 9, }, end: Position { line: 102, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/run/couchdb/couchdb.uri", span: Span { start: Position { line: 102, column: 20, }, end: Position { line: 102, column: 44, }, }, }, ), ], span: Span { start: Position { line: 102, column: 19, }, end: Position { line: 102, column: 45, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 103, column: 9, }, end: Position { line: 103, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 103, column: 23, }, end: Position { line: 103, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 103, column: 27, }, end: Position { line: 103, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "This file contains the full URI that can be used to access this\ninstance of CouchDB. It is used to help discover the port CouchDB is\nrunning on (if it was set to 0 (e.g. automatically assigned any free\none). This file should be writable and readable for the user that\nruns the CouchDB service (couchdb by default).\n", span: Span { start: Position { line: 104, column: 1, }, end: Position { line: 109, column: 9, }, }, }, ), ], span: Span { start: Position { line: 103, column: 33, }, end: Position { line: 109, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 100, column: 26, }, end: Position { line: 110, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "viewIndexDir", span: Span { start: Position { line: 112, column: 7, }, end: Position { line: 112, column: 19, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 112, column: 22, }, end: Position { line: 112, column: 30, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 113, column: 9, }, end: Position { line: 113, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 113, column: 16, }, end: Position { line: 113, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 113, column: 22, }, end: Position { line: 113, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 114, column: 9, }, end: Position { line: 114, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/var/lib/couchdb", span: Span { start: Position { line: 114, column: 20, }, end: Position { line: 114, column: 36, }, }, }, ), ], span: Span { start: Position { line: 114, column: 19, }, end: Position { line: 114, column: 37, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 115, column: 9, }, end: Position { line: 115, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 115, column: 23, }, end: Position { line: 115, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 115, column: 27, }, end: Position { line: 115, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specifies location of CouchDB view index files. This location should\nbe writable and readable for the user that runs the CouchDB service\n(couchdb by default).\n", span: Span { start: Position { line: 116, column: 1, }, end: Position { line: 119, column: 9, }, }, }, ), ], span: Span { start: Position { line: 115, column: 33, }, end: Position { line: 119, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 112, column: 31, }, end: Position { line: 120, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "bindAddress", span: Span { start: Position { line: 122, column: 7, }, end: Position { line: 122, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 122, column: 21, }, end: Position { line: 122, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 123, column: 9, }, end: Position { line: 123, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 123, column: 16, }, end: Position { line: 123, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 123, column: 22, }, end: Position { line: 123, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 124, column: 9, }, end: Position { line: 124, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "127.0.0.1", span: Span { start: Position { line: 124, column: 20, }, end: Position { line: 124, column: 29, }, }, }, ), ], span: Span { start: Position { line: 124, column: 19, }, end: Position { line: 124, column: 30, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 125, column: 9, }, end: Position { line: 125, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 125, column: 23, }, end: Position { line: 125, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 125, column: 27, }, end: Position { line: 125, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Defines the IP address by which CouchDB will be accessible.\n", span: Span { start: Position { line: 126, column: 1, }, end: Position { line: 127, column: 9, }, }, }, ), ], span: Span { start: Position { line: 125, column: 33, }, end: Position { line: 127, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 122, column: 30, }, end: Position { line: 128, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 130, column: 7, }, end: Position { line: 130, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 130, column: 14, }, end: Position { line: 130, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 131, column: 9, }, end: Position { line: 131, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 131, column: 16, }, end: Position { line: 131, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 131, column: 22, }, end: Position { line: 131, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 132, column: 9, }, end: Position { line: 132, column: 16, }, }, }, ), ], to: Integer( Integer { value: "5984", span: Span { start: Position { line: 132, column: 19, }, end: Position { line: 132, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 133, column: 9, }, end: Position { line: 133, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 133, column: 23, }, end: Position { line: 133, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 133, column: 27, }, end: Position { line: 133, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Defined the port number to listen.\n", span: Span { start: Position { line: 134, column: 1, }, end: Position { line: 135, column: 9, }, }, }, ), ], span: Span { start: Position { line: 133, column: 33, }, end: Position { line: 135, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 130, column: 23, }, end: Position { line: 136, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "logFile", span: Span { start: Position { line: 138, column: 7, }, end: Position { line: 138, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 138, column: 17, }, end: Position { line: 138, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 139, column: 9, }, end: Position { line: 139, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 139, column: 16, }, end: Position { line: 139, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 139, column: 22, }, end: Position { line: 139, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 140, column: 9, }, end: Position { line: 140, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/var/log/couchdb.log", span: Span { start: Position { line: 140, column: 20, }, end: Position { line: 140, column: 40, }, }, }, ), ], span: Span { start: Position { line: 140, column: 19, }, end: Position { line: 140, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 141, column: 9, }, end: Position { line: 141, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 141, column: 23, }, end: Position { line: 141, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 141, column: 27, }, end: Position { line: 141, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specifies the location of file for logging output.\n", span: Span { start: Position { line: 142, column: 1, }, end: Position { line: 143, column: 9, }, }, }, ), ], span: Span { start: Position { line: 141, column: 33, }, end: Position { line: 143, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 138, column: 26, }, end: Position { line: 144, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 146, column: 7, }, end: Position { line: 146, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 146, column: 21, }, end: Position { line: 146, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 147, column: 9, }, end: Position { line: 147, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 147, column: 16, }, end: Position { line: 147, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 147, column: 22, }, end: Position { line: 147, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 148, column: 9, }, end: Position { line: 148, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 148, column: 19, }, end: Position { line: 148, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 149, column: 9, }, end: Position { line: 149, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 149, column: 23, }, end: Position { line: 149, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 149, column: 27, }, end: Position { line: 149, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration. Overrides any other cofiguration.\n", span: Span { start: Position { line: 150, column: 1, }, end: Position { line: 151, column: 9, }, }, }, ), ], span: Span { start: Position { line: 149, column: 33, }, end: Position { line: 151, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 146, column: 30, }, end: Position { line: 152, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "argsFile", span: Span { start: Position { line: 154, column: 7, }, end: Position { line: 154, column: 15, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 154, column: 18, }, end: Position { line: 154, column: 26, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 155, column: 9, }, end: Position { line: 155, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 155, column: 16, }, end: Position { line: 155, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 155, column: 22, }, end: Position { line: 155, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 156, column: 9, }, end: Position { line: 156, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 156, column: 22, }, end: Position { line: 156, column: 25, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 156, column: 26, }, end: Position { line: 156, column: 33, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/vm.args", span: Span { start: Position { line: 156, column: 20, }, end: Position { line: 156, column: 46, }, }, }, ), ], span: Span { start: Position { line: 156, column: 19, }, end: Position { line: 156, column: 47, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultText", span: Span { start: Position { line: 157, column: 9, }, end: Position { line: 157, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 157, column: 23, }, end: Position { line: 157, column: 40, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "\"config.", span: Span { start: Position { line: 157, column: 43, }, end: Position { line: 157, column: 51, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "opt", span: Span { start: Position { line: 157, column: 53, }, end: Position { line: 157, column: 56, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 157, column: 57, }, end: Position { line: 157, column: 64, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/vm.args\"", span: Span { start: Position { line: 157, column: 43, }, end: Position { line: 157, column: 78, }, }, }, ), ], span: Span { start: Position { line: 157, column: 41, }, end: Position { line: 157, column: 80, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 158, column: 9, }, end: Position { line: 158, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 158, column: 23, }, end: Position { line: 158, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 158, column: 27, }, end: Position { line: 158, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "vm.args configuration. Overrides Couchdb's Erlang VM parameters file.\n", span: Span { start: Position { line: 159, column: 1, }, end: Position { line: 160, column: 9, }, }, }, ), ], span: Span { start: Position { line: 158, column: 33, }, end: Position { line: 160, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 154, column: 27, }, end: Position { line: 161, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "configFile", span: Span { start: Position { line: 163, column: 7, }, end: Position { line: 163, column: 17, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 163, column: 20, }, end: Position { line: 163, column: 28, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 164, column: 9, }, end: Position { line: 164, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 164, column: 16, }, end: Position { line: 164, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 164, column: 22, }, end: Position { line: 164, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 165, column: 9, }, end: Position { line: 165, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 165, column: 23, }, end: Position { line: 165, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 165, column: 27, }, end: Position { line: 165, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Configuration file for persisting runtime changes. File\nneeds to be readable and writable from couchdb user/group.\n", span: Span { start: Position { line: 166, column: 1, }, end: Position { line: 168, column: 9, }, }, }, ), ], span: Span { start: Position { line: 165, column: 33, }, end: Position { line: 168, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 163, column: 29, }, end: Position { line: 169, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 35, column: 24, }, end: Position { line: 171, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 33, column: 13, }, end: Position { line: 173, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 177, column: 3, }, end: Position { line: 177, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 177, column: 12, }, end: Position { line: 177, column: 16, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 177, column: 17, }, end: Position { line: 177, column: 23, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 177, column: 24, }, end: Position { line: 177, column: 32, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 177, column: 33, }, end: Position { line: 177, column: 40, }, }, }, ), Raw( PartRaw { content: "enable", span: Span { start: Position { line: 177, column: 41, }, end: Position { line: 177, column: 47, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "environment", span: Span { start: Position { line: 179, column: 5, }, end: Position { line: 179, column: 16, }, }, }, ), Raw( PartRaw { content: "systemPackages", span: Span { start: Position { line: 179, column: 17, }, end: Position { line: 179, column: 31, }, }, }, ), ], to: List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 179, column: 36, }, end: Position { line: 179, column: 39, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 179, column: 40, }, end: Position { line: 179, column: 47, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 179, column: 34, }, end: Position { line: 179, column: 49, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 181, column: 5, }, end: Position { line: 181, column: 13, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 181, column: 14, }, end: Position { line: 181, column: 21, }, }, }, ), Raw( PartRaw { content: "configFile", span: Span { start: Position { line: 181, column: 22, }, end: Position { line: 181, column: 32, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkDefault", span: Span { start: Position { line: 181, column: 35, }, end: Position { line: 181, column: 44, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "/var/lib/couchdb/local.ini", span: Span { start: Position { line: 181, column: 46, }, end: Position { line: 181, column: 72, }, }, }, ), ], span: Span { start: Position { line: 181, column: 45, }, end: Position { line: 181, column: 73, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 183, column: 5, }, end: Position { line: 183, column: 12, }, }, }, ), Raw( PartRaw { content: "tmpfiles", span: Span { start: Position { line: 183, column: 13, }, end: Position { line: 183, column: 21, }, }, }, ), Raw( PartRaw { content: "rules", span: Span { start: Position { line: 183, column: 22, }, end: Position { line: 183, column: 27, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "d '", span: Span { start: Position { line: 184, column: 8, }, end: Position { line: 184, column: 31, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "dirOf", span: Span { start: Position { line: 184, column: 13, }, end: Position { line: 184, column: 18, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 184, column: 19, }, end: Position { line: 184, column: 22, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "uriFile", span: Span { start: Position { line: 184, column: 23, }, end: Position { line: 184, column: 30, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: "' - ", span: Span { start: Position { line: 184, column: 8, }, end: Position { line: 184, column: 35, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 184, column: 37, }, end: Position { line: 184, column: 40, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 184, column: 41, }, end: Position { line: 184, column: 45, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " ", span: Span { start: Position { line: 184, column: 8, }, end: Position { line: 184, column: 47, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 184, column: 49, }, end: Position { line: 184, column: 52, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 184, column: 53, }, end: Position { line: 184, column: 58, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " - -", span: Span { start: Position { line: 184, column: 8, }, end: Position { line: 184, column: 63, }, }, }, ), ], span: Span { start: Position { line: 184, column: 7, }, end: Position { line: 184, column: 64, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "f '", span: Span { start: Position { line: 185, column: 8, }, end: Position { line: 185, column: 25, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 185, column: 13, }, end: Position { line: 185, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "logFile", span: Span { start: Position { line: 185, column: 17, }, end: Position { line: 185, column: 24, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "' - ", span: Span { start: Position { line: 185, column: 8, }, end: Position { line: 185, column: 29, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 185, column: 31, }, end: Position { line: 185, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 185, column: 35, }, end: Position { line: 185, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " ", span: Span { start: Position { line: 185, column: 8, }, end: Position { line: 185, column: 41, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 185, column: 43, }, end: Position { line: 185, column: 46, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 185, column: 47, }, end: Position { line: 185, column: 52, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " - -", span: Span { start: Position { line: 185, column: 8, }, end: Position { line: 185, column: 57, }, }, }, ), ], span: Span { start: Position { line: 185, column: 7, }, end: Position { line: 185, column: 58, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "d '", span: Span { start: Position { line: 186, column: 8, }, end: Position { line: 186, column: 29, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 186, column: 13, }, end: Position { line: 186, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 186, column: 17, }, end: Position { line: 186, column: 28, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "' - ", span: Span { start: Position { line: 186, column: 8, }, end: Position { line: 186, column: 34, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 186, column: 36, }, end: Position { line: 186, column: 39, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 186, column: 40, }, end: Position { line: 186, column: 44, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " ", span: Span { start: Position { line: 186, column: 8, }, end: Position { line: 186, column: 46, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 186, column: 48, }, end: Position { line: 186, column: 51, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 186, column: 52, }, end: Position { line: 186, column: 57, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " - -", span: Span { start: Position { line: 186, column: 8, }, end: Position { line: 186, column: 62, }, }, }, ), ], span: Span { start: Position { line: 186, column: 7, }, end: Position { line: 186, column: 63, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "d '", span: Span { start: Position { line: 187, column: 8, }, end: Position { line: 187, column: 30, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 187, column: 13, }, end: Position { line: 187, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "viewIndexDir", span: Span { start: Position { line: 187, column: 17, }, end: Position { line: 187, column: 29, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "' - ", span: Span { start: Position { line: 187, column: 8, }, end: Position { line: 187, column: 35, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 187, column: 37, }, end: Position { line: 187, column: 40, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 187, column: 41, }, end: Position { line: 187, column: 45, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " ", span: Span { start: Position { line: 187, column: 8, }, end: Position { line: 187, column: 47, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 187, column: 49, }, end: Position { line: 187, column: 52, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 187, column: 53, }, end: Position { line: 187, column: 58, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: " - -", span: Span { start: Position { line: 187, column: 8, }, end: Position { line: 187, column: 63, }, }, }, ), ], span: Span { start: Position { line: 187, column: 7, }, end: Position { line: 187, column: 64, }, }, }, ), ], span: Span { start: Position { line: 183, column: 30, }, end: Position { line: 188, column: 6, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 190, column: 5, }, end: Position { line: 190, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 190, column: 13, }, end: Position { line: 190, column: 21, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 190, column: 22, }, end: Position { line: 190, column: 29, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 191, column: 7, }, end: Position { line: 191, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "CouchDB Server", span: Span { start: Position { line: 191, column: 22, }, end: Position { line: 191, column: 36, }, }, }, ), ], span: Span { start: Position { line: 191, column: 21, }, end: Position { line: 191, column: 37, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 192, column: 7, }, end: Position { line: 192, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 192, column: 21, }, end: Position { line: 192, column: 38, }, }, }, ), ], span: Span { start: Position { line: 192, column: 20, }, end: Position { line: 192, column: 39, }, }, }, ), ], span: Span { start: Position { line: 192, column: 18, }, end: Position { line: 192, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "preStart", span: Span { start: Position { line: 194, column: 7, }, end: Position { line: 194, column: 15, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "touch ", span: Span { start: Position { line: 195, column: 1, }, end: Position { line: 195, column: 15, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 195, column: 17, }, end: Position { line: 195, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "configFile", span: Span { start: Position { line: 195, column: 21, }, end: Position { line: 195, column: 31, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\nif ! test -e ", span: Span { start: Position { line: 195, column: 1, }, end: Position { line: 196, column: 22, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 196, column: 24, }, end: Position { line: 196, column: 27, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 196, column: 28, }, end: Position { line: 196, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/.erlang.cookie; then\n touch ", span: Span { start: Position { line: 195, column: 1, }, end: Position { line: 197, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 197, column: 19, }, end: Position { line: 197, column: 22, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 197, column: 23, }, end: Position { line: 197, column: 34, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/.erlang.cookie\n chmod 600 ", span: Span { start: Position { line: 195, column: 1, }, end: Position { line: 198, column: 21, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 198, column: 23, }, end: Position { line: 198, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 198, column: 27, }, end: Position { line: 198, column: 38, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/.erlang.cookie\n dd if=/dev/random bs=16 count=1 | base64 > ", span: Span { start: Position { line: 195, column: 1, }, end: Position { line: 199, column: 54, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 199, column: 56, }, end: Position { line: 199, column: 59, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 199, column: 60, }, end: Position { line: 199, column: 71, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/.erlang.cookie\nfi\n", span: Span { start: Position { line: 195, column: 1, }, end: Position { line: 201, column: 7, }, }, }, ), ], span: Span { start: Position { line: 194, column: 18, }, end: Position { line: 201, column: 9, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "environment", span: Span { start: Position { line: 203, column: 7, }, end: Position { line: 203, column: 18, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ERL_FLAGS", span: Span { start: Position { line: 209, column: 9, }, end: Position { line: 209, column: 18, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "-couch_ini ", span: Span { start: Position { line: 209, column: 22, }, end: Position { line: 209, column: 33, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 209, column: 35, }, end: Position { line: 209, column: 38, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "package", span: Span { start: Position { line: 209, column: 39, }, end: Position { line: 209, column: 46, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/default.ini ", span: Span { start: Position { line: 209, column: 22, }, end: Position { line: 209, column: 64, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "configFile", span: Span { start: Position { line: 209, column: 66, }, end: Position { line: 209, column: 76, }, }, }, ), }, ), Raw( PartRaw { content: " ", span: Span { start: Position { line: 209, column: 22, }, end: Position { line: 209, column: 78, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 209, column: 80, }, end: Position { line: 209, column: 84, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "writeText", span: Span { start: Position { line: 209, column: 85, }, end: Position { line: 209, column: 94, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "couchdb-extra.ini", span: Span { start: Position { line: 209, column: 96, }, end: Position { line: 209, column: 113, }, }, }, ), ], span: Span { start: Position { line: 209, column: 95, }, end: Position { line: 209, column: 114, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 209, column: 115, }, end: Position { line: 209, column: 118, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 209, column: 119, }, end: Position { line: 209, column: 130, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: " ", span: Span { start: Position { line: 209, column: 22, }, end: Position { line: 209, column: 132, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 209, column: 134, }, end: Position { line: 209, column: 137, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "configFile", span: Span { start: Position { line: 209, column: 138, }, end: Position { line: 209, column: 148, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 209, column: 20, }, end: Position { line: 209, column: 151, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "COUCHDB_ARGS_FILE", span: Span { start: Position { line: 211, column: 9, }, end: Position { line: 211, column: 26, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 211, column: 31, }, end: Position { line: 211, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "argsFile", span: Span { start: Position { line: 211, column: 35, }, end: Position { line: 211, column: 43, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 211, column: 27, }, end: Position { line: 211, column: 46, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "HOME", span: Span { start: Position { line: 212, column: 9, }, end: Position { line: 212, column: 13, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 212, column: 19, }, end: Position { line: 212, column: 22, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "databaseDir", span: Span { start: Position { line: 212, column: 23, }, end: Position { line: 212, column: 34, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 212, column: 15, }, end: Position { line: 212, column: 37, }, }, }, ), }, ), ], span: Span { start: Position { line: 203, column: 21, }, end: Position { line: 213, column: 8, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 215, column: 7, }, end: Position { line: 215, column: 20, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "User", span: Span { start: Position { line: 216, column: 9, }, end: Position { line: 216, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 216, column: 16, }, end: Position { line: 216, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "user", span: Span { start: Position { line: 216, column: 20, }, end: Position { line: 216, column: 24, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "Group", span: Span { start: Position { line: 217, column: 9, }, end: Position { line: 217, column: 14, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "cfg", span: Span { start: Position { line: 217, column: 17, }, end: Position { line: 217, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 217, column: 21, }, end: Position { line: 217, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecStart", span: Span { start: Position { line: 218, column: 9, }, end: Position { line: 218, column: 18, }, }, }, ), ], to: Identifier( Identifier { id: "executable", span: Span { start: Position { line: 218, column: 21, }, end: Position { line: 218, column: 31, }, }, }, ), }, ), ], span: Span { start: Position { line: 215, column: 23, }, end: Position { line: 219, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 190, column: 32, }, end: Position { line: 220, column: 6, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "users", span: Span { start: Position { line: 222, column: 5, }, end: Position { line: 222, column: 10, }, }, }, ), Raw( PartRaw { content: "users", span: Span { start: Position { line: 222, column: 11, }, end: Position { line: 222, column: 16, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 222, column: 17, }, end: Position { line: 222, column: 24, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 223, column: 7, }, end: Position { line: 223, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "CouchDB Server user", span: Span { start: Position { line: 223, column: 22, }, end: Position { line: 223, column: 41, }, }, }, ), ], span: Span { start: Position { line: 223, column: 21, }, end: Position { line: 223, column: 42, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 224, column: 7, }, end: Position { line: 224, column: 12, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 224, column: 16, }, end: Position { line: 224, column: 23, }, }, }, ), ], span: Span { start: Position { line: 224, column: 15, }, end: Position { line: 224, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "uid", span: Span { start: Position { line: 225, column: 7, }, end: Position { line: 225, column: 10, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 225, column: 13, }, end: Position { line: 225, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "ids", span: Span { start: Position { line: 225, column: 20, }, end: Position { line: 225, column: 23, }, }, }, ), Raw( PartRaw { content: "uids", span: Span { start: Position { line: 225, column: 24, }, end: Position { line: 225, column: 28, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 225, column: 29, }, end: Position { line: 225, column: 36, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 222, column: 27, }, end: Position { line: 226, column: 6, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "users", span: Span { start: Position { line: 228, column: 5, }, end: Position { line: 228, column: 10, }, }, }, ), Raw( PartRaw { content: "groups", span: Span { start: Position { line: 228, column: 11, }, end: Position { line: 228, column: 17, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 228, column: 18, }, end: Position { line: 228, column: 25, }, }, }, ), Raw( PartRaw { content: "gid", span: Span { start: Position { line: 228, column: 26, }, end: Position { line: 228, column: 29, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 228, column: 32, }, end: Position { line: 228, column: 38, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "ids", span: Span { start: Position { line: 228, column: 39, }, end: Position { line: 228, column: 42, }, }, }, ), Raw( PartRaw { content: "gids", span: Span { start: Position { line: 228, column: 43, }, end: Position { line: 228, column: 47, }, }, }, ), Raw( PartRaw { content: "couchdb", span: Span { start: Position { line: 228, column: 48, }, end: Position { line: 228, column: 55, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 177, column: 48, }, end: Position { line: 230, column: 4, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 29, column: 4, }, end: Position { line: 231, column: 2, }, }, }, ), span: Span { start: Position { line: 5, column: 1, }, end: Position { line: 231, column: 2, }, }, }, ), span: Span { start: Position { line: 3, column: 1, }, end: Position { line: 231, column: 2, }, }, }, ), span: Span { start: Position { line: 1, column: 1, }, end: Position { line: 231, column: 2, }, }, }, )