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: With( With { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 7, column: 6, }, end: Position { line: 7, column: 9, }, }, }, ), target: LetIn( LetIn { bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "libDir", span: Span { start: Position { line: 10, column: 3, }, end: Position { line: 10, column: 9, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/var/lib/bacula", span: Span { start: Position { line: 10, column: 13, }, end: Position { line: 10, column: 28, }, }, }, ), ], span: Span { start: Position { line: 10, column: 12, }, end: Position { line: 10, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "fd_cfg", span: Span { start: Position { line: 12, column: 3, }, end: Position { line: 12, column: 9, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 12, column: 12, }, end: Position { line: 12, column: 18, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 12, column: 19, }, end: Position { line: 12, column: 27, }, }, }, ), Raw( PartRaw { content: "bacula-fd", span: Span { start: Position { line: 12, column: 28, }, end: Position { line: 12, column: 37, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "fd_conf", span: Span { start: Position { line: 13, column: 3, }, end: Position { line: 13, column: 10, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 13, column: 13, }, end: Position { line: 13, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "writeText", span: Span { start: Position { line: 13, column: 18, }, end: Position { line: 13, column: 27, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "bacula-fd.conf", span: Span { start: Position { line: 13, column: 29, }, end: Position { line: 13, column: 43, }, }, }, ), ], span: Span { start: Position { line: 13, column: 28, }, end: Position { line: 13, column: 44, }, }, }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Client {\n Name = \"", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 16, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "fd_cfg", span: Span { start: Position { line: 16, column: 19, }, end: Position { line: 16, column: 25, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "name", span: Span { start: Position { line: 16, column: 26, }, end: Position { line: 16, column: 30, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n FDPort = ", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 17, column: 18, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 17, column: 20, }, end: Position { line: 17, column: 28, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "fd_cfg", span: Span { start: Position { line: 17, column: 29, }, end: Position { line: 17, column: 35, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 17, column: 36, }, end: Position { line: 17, column: 40, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: ";\n WorkingDirectory = \"", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 18, column: 29, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "libDir", span: Span { start: Position { line: 18, column: 31, }, end: Position { line: 18, column: 37, }, }, }, ), }, ), Raw( PartRaw { content: "\";\n Pid Directory = \"/run\";\n ", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 20, column: 9, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "fd_cfg", span: Span { start: Position { line: 20, column: 11, }, end: Position { line: 20, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraClientConfig", span: Span { start: Position { line: 20, column: 18, }, end: Position { line: 20, column: 35, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n\n", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 23, column: 7, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "concatStringsSep", span: Span { start: Position { line: 23, column: 9, }, end: Position { line: 23, column: 25, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "\n", span: Span { start: Position { line: 23, column: 27, }, end: Position { line: 23, column: 29, }, }, }, ), ], span: Span { start: Position { line: 23, column: 26, }, end: Position { line: 23, column: 30, }, }, }, ), FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mapAttrsToList", span: Span { start: Position { line: 23, column: 32, }, end: Position { line: 23, column: 46, }, }, }, ), arguments: [ Function( Function { head: Simple( FunctionHeadSimple { identifier: "name", }, ), body: Function( Function { head: Simple( FunctionHeadSimple { identifier: "value", }, ), body: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Director {\n Name = \"", span: Span { start: Position { line: 24, column: 1, }, end: Position { line: 25, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "name", span: Span { start: Position { line: 25, column: 19, }, end: Position { line: 25, column: 23, }, }, }, ), }, ), Raw( PartRaw { content: "\";\n Password = \"", span: Span { start: Position { line: 24, column: 1, }, end: Position { line: 26, column: 21, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 26, column: 23, }, end: Position { line: 26, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "password", span: Span { start: Position { line: 26, column: 29, }, end: Position { line: 26, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n Monitor = \"", span: Span { start: Position { line: 24, column: 1, }, end: Position { line: 27, column: 20, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 27, column: 22, }, end: Position { line: 27, column: 27, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "monitor", span: Span { start: Position { line: 27, column: 28, }, end: Position { line: 27, column: 35, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n}\n", span: Span { start: Position { line: 24, column: 1, }, end: Position { line: 29, column: 7, }, }, }, ), ], span: Span { start: Position { line: 23, column: 61, }, end: Position { line: 29, column: 9, }, }, }, ), span: Span { start: Position { line: 23, column: 54, }, end: Position { line: 29, column: 9, }, }, }, ), span: Span { start: Position { line: 23, column: 48, }, end: Position { line: 29, column: 9, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "fd_cfg", span: Span { start: Position { line: 29, column: 11, }, end: Position { line: 29, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "director", span: Span { start: Position { line: 29, column: 18, }, end: Position { line: 29, column: 26, }, }, }, ), ], default: None, }, ), ], }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\nMessages {\n Name = Standard;\n syslog = all, !skipped, !restored\n ", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 34, column: 9, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "fd_cfg", span: Span { start: Position { line: 34, column: 11, }, end: Position { line: 34, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraMessagesConfig", span: Span { start: Position { line: 34, column: 18, }, end: Position { line: 34, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n", span: Span { start: Position { line: 15, column: 1, }, end: Position { line: 36, column: 5, }, }, }, ), ], span: Span { start: Position { line: 14, column: 5, }, end: Position { line: 36, column: 7, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "sd_cfg", span: Span { start: Position { line: 38, column: 3, }, end: Position { line: 38, column: 9, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 38, column: 12, }, end: Position { line: 38, column: 18, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 38, column: 19, }, end: Position { line: 38, column: 27, }, }, }, ), Raw( PartRaw { content: "bacula-sd", span: Span { start: Position { line: 38, column: 28, }, end: Position { line: 38, column: 37, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "sd_conf", span: Span { start: Position { line: 39, column: 3, }, end: Position { line: 39, column: 10, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 39, column: 13, }, end: Position { line: 39, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "writeText", span: Span { start: Position { line: 39, column: 18, }, end: Position { line: 39, column: 27, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "bacula-sd.conf", span: Span { start: Position { line: 39, column: 29, }, end: Position { line: 39, column: 43, }, }, }, ), ], span: Span { start: Position { line: 39, column: 28, }, end: Position { line: 39, column: 44, }, }, }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Storage {\n Name = \"", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 42, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 42, column: 19, }, end: Position { line: 42, column: 25, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "name", span: Span { start: Position { line: 42, column: 26, }, end: Position { line: 42, column: 30, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n SDPort = ", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 43, column: 18, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 43, column: 20, }, end: Position { line: 43, column: 28, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 43, column: 29, }, end: Position { line: 43, column: 35, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 43, column: 36, }, end: Position { line: 43, column: 40, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: ";\n WorkingDirectory = \"", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 44, column: 29, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "libDir", span: Span { start: Position { line: 44, column: 31, }, end: Position { line: 44, column: 37, }, }, }, ), }, ), Raw( PartRaw { content: "\";\n Pid Directory = \"/run\";\n ", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 46, column: 9, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 46, column: 11, }, end: Position { line: 46, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraStorageConfig", span: Span { start: Position { line: 46, column: 18, }, end: Position { line: 46, column: 36, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n\n", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 49, column: 7, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "concatStringsSep", span: Span { start: Position { line: 49, column: 9, }, end: Position { line: 49, column: 25, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "\n", span: Span { start: Position { line: 49, column: 27, }, end: Position { line: 49, column: 29, }, }, }, ), ], span: Span { start: Position { line: 49, column: 26, }, end: Position { line: 49, column: 30, }, }, }, ), FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mapAttrsToList", span: Span { start: Position { line: 49, column: 32, }, end: Position { line: 49, column: 46, }, }, }, ), arguments: [ Function( Function { head: Simple( FunctionHeadSimple { identifier: "name", }, ), body: Function( Function { head: Simple( FunctionHeadSimple { identifier: "value", }, ), body: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Autochanger {\n Name = \"", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 51, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "name", span: Span { start: Position { line: 51, column: 19, }, end: Position { line: 51, column: 23, }, }, }, ), }, ), Raw( PartRaw { content: "\";\n Device = ", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 52, column: 18, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "concatStringsSep", span: Span { start: Position { line: 52, column: 20, }, end: Position { line: 52, column: 36, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: ", ", span: Span { start: Position { line: 52, column: 38, }, end: Position { line: 52, column: 40, }, }, }, ), ], span: Span { start: Position { line: 52, column: 37, }, end: Position { line: 52, column: 41, }, }, }, ), FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "map", span: Span { start: Position { line: 52, column: 43, }, end: Position { line: 52, column: 46, }, }, }, ), arguments: [ Function( Function { head: Simple( FunctionHeadSimple { identifier: "a", }, ), body: String( String_ { parts: [ Raw( PartRaw { content: "\"", span: Span { start: Position { line: 52, column: 52, }, end: Position { line: 52, column: 58, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "a", span: Span { start: Position { line: 52, column: 56, }, end: Position { line: 52, column: 57, }, }, }, ), }, ), Raw( PartRaw { content: "\"", span: Span { start: Position { line: 52, column: 52, }, end: Position { line: 52, column: 60, }, }, }, ), ], span: Span { start: Position { line: 52, column: 51, }, end: Position { line: 52, column: 61, }, }, }, ), span: Span { start: Position { line: 52, column: 48, }, end: Position { line: 52, column: 61, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 52, column: 63, }, end: Position { line: 52, column: 68, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "devices", span: Span { start: Position { line: 52, column: 69, }, end: Position { line: 52, column: 76, }, }, }, ), ], default: None, }, ), ], }, ), ], }, ), }, ), Raw( PartRaw { content: ";\n Changer Device = \"", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 53, column: 28, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 53, column: 30, }, end: Position { line: 53, column: 35, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "changerDevice", span: Span { start: Position { line: 53, column: 36, }, end: Position { line: 53, column: 49, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n Changer Command = \"", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 54, column: 28, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 54, column: 30, }, end: Position { line: 54, column: 35, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "changerCommand", span: Span { start: Position { line: 54, column: 36, }, end: Position { line: 54, column: 50, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n ", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 55, column: 9, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 55, column: 11, }, end: Position { line: 55, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraAutochangerConfig", span: Span { start: Position { line: 55, column: 17, }, end: Position { line: 55, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n", span: Span { start: Position { line: 50, column: 1, }, end: Position { line: 57, column: 7, }, }, }, ), ], span: Span { start: Position { line: 49, column: 61, }, end: Position { line: 57, column: 9, }, }, }, ), span: Span { start: Position { line: 49, column: 54, }, end: Position { line: 57, column: 9, }, }, }, ), span: Span { start: Position { line: 49, column: 48, }, end: Position { line: 57, column: 9, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 57, column: 11, }, end: Position { line: 57, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "autochanger", span: Span { start: Position { line: 57, column: 18, }, end: Position { line: 57, column: 29, }, }, }, ), ], default: None, }, ), ], }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 59, column: 7, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "concatStringsSep", span: Span { start: Position { line: 59, column: 9, }, end: Position { line: 59, column: 25, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "\n", span: Span { start: Position { line: 59, column: 27, }, end: Position { line: 59, column: 29, }, }, }, ), ], span: Span { start: Position { line: 59, column: 26, }, end: Position { line: 59, column: 30, }, }, }, ), FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mapAttrsToList", span: Span { start: Position { line: 59, column: 32, }, end: Position { line: 59, column: 46, }, }, }, ), arguments: [ Function( Function { head: Simple( FunctionHeadSimple { identifier: "name", }, ), body: Function( Function { head: Simple( FunctionHeadSimple { identifier: "value", }, ), body: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Device {\n Name = \"", span: Span { start: Position { line: 60, column: 1, }, end: Position { line: 61, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "name", span: Span { start: Position { line: 61, column: 19, }, end: Position { line: 61, column: 23, }, }, }, ), }, ), Raw( PartRaw { content: "\";\n Archive Device = \"", span: Span { start: Position { line: 60, column: 1, }, end: Position { line: 62, column: 27, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 62, column: 29, }, end: Position { line: 62, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "archiveDevice", span: Span { start: Position { line: 62, column: 35, }, end: Position { line: 62, column: 48, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n Media Type = \"", span: Span { start: Position { line: 60, column: 1, }, end: Position { line: 63, column: 23, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 63, column: 25, }, end: Position { line: 63, column: 30, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mediaType", span: Span { start: Position { line: 63, column: 31, }, end: Position { line: 63, column: 40, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n ", span: Span { start: Position { line: 60, column: 1, }, end: Position { line: 64, column: 9, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 64, column: 11, }, end: Position { line: 64, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraDeviceConfig", span: Span { start: Position { line: 64, column: 17, }, end: Position { line: 64, column: 34, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n", span: Span { start: Position { line: 60, column: 1, }, end: Position { line: 66, column: 7, }, }, }, ), ], span: Span { start: Position { line: 59, column: 61, }, end: Position { line: 66, column: 9, }, }, }, ), span: Span { start: Position { line: 59, column: 54, }, end: Position { line: 66, column: 9, }, }, }, ), span: Span { start: Position { line: 59, column: 48, }, end: Position { line: 66, column: 9, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 66, column: 11, }, end: Position { line: 66, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "device", span: Span { start: Position { line: 66, column: 18, }, end: Position { line: 66, column: 24, }, }, }, ), ], default: None, }, ), ], }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\n", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 68, column: 7, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "concatStringsSep", span: Span { start: Position { line: 68, column: 9, }, end: Position { line: 68, column: 25, }, }, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "\n", span: Span { start: Position { line: 68, column: 27, }, end: Position { line: 68, column: 29, }, }, }, ), ], span: Span { start: Position { line: 68, column: 26, }, end: Position { line: 68, column: 30, }, }, }, ), FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mapAttrsToList", span: Span { start: Position { line: 68, column: 32, }, end: Position { line: 68, column: 46, }, }, }, ), arguments: [ Function( Function { head: Simple( FunctionHeadSimple { identifier: "name", }, ), body: Function( Function { head: Simple( FunctionHeadSimple { identifier: "value", }, ), body: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Director {\n Name = \"", span: Span { start: Position { line: 69, column: 1, }, end: Position { line: 70, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "name", span: Span { start: Position { line: 70, column: 19, }, end: Position { line: 70, column: 23, }, }, }, ), }, ), Raw( PartRaw { content: "\";\n Password = \"", span: Span { start: Position { line: 69, column: 1, }, end: Position { line: 71, column: 21, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 71, column: 23, }, end: Position { line: 71, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "password", span: Span { start: Position { line: 71, column: 29, }, end: Position { line: 71, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n Monitor = \"", span: Span { start: Position { line: 69, column: 1, }, end: Position { line: 72, column: 20, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "value", span: Span { start: Position { line: 72, column: 22, }, end: Position { line: 72, column: 27, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "monitor", span: Span { start: Position { line: 72, column: 28, }, end: Position { line: 72, column: 35, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n}\n", span: Span { start: Position { line: 69, column: 1, }, end: Position { line: 74, column: 7, }, }, }, ), ], span: Span { start: Position { line: 68, column: 61, }, end: Position { line: 74, column: 9, }, }, }, ), span: Span { start: Position { line: 68, column: 54, }, end: Position { line: 74, column: 9, }, }, }, ), span: Span { start: Position { line: 68, column: 48, }, end: Position { line: 74, column: 9, }, }, }, ), PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 74, column: 11, }, end: Position { line: 74, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "director", span: Span { start: Position { line: 74, column: 18, }, end: Position { line: 74, column: 26, }, }, }, ), ], default: None, }, ), ], }, ), ], }, ), }, ), Raw( PartRaw { content: "\n\nMessages {\n Name = Standard;\n syslog = all, !skipped, !restored\n ", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 79, column: 9, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 79, column: 11, }, end: Position { line: 79, column: 17, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraMessagesConfig", span: Span { start: Position { line: 79, column: 18, }, end: Position { line: 79, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n", span: Span { start: Position { line: 41, column: 1, }, end: Position { line: 81, column: 5, }, }, }, ), ], span: Span { start: Position { line: 40, column: 5, }, end: Position { line: 81, column: 7, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "dir_cfg", span: Span { start: Position { line: 83, column: 3, }, end: Position { line: 83, column: 10, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 83, column: 13, }, end: Position { line: 83, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 83, column: 20, }, end: Position { line: 83, column: 28, }, }, }, ), Raw( PartRaw { content: "bacula-dir", span: Span { start: Position { line: 83, column: 29, }, end: Position { line: 83, column: 39, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "dir_conf", span: Span { start: Position { line: 84, column: 3, }, end: Position { line: 84, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 84, column: 14, }, end: Position { line: 84, column: 18, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "writeText", span: Span { start: Position { line: 84, column: 19, }, end: Position { line: 84, column: 28, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [ Raw( PartRaw { content: "bacula-dir.conf", span: Span { start: Position { line: 84, column: 30, }, end: Position { line: 84, column: 45, }, }, }, ), ], span: Span { start: Position { line: 84, column: 29, }, end: Position { line: 84, column: 46, }, }, }, ), IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Director {\n Name = \"", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 87, column: 15, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 87, column: 17, }, end: Position { line: 87, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "name", span: Span { start: Position { line: 87, column: 25, }, end: Position { line: 87, column: 29, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n Password = \"", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 88, column: 19, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 88, column: 21, }, end: Position { line: 88, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "password", span: Span { start: Position { line: 88, column: 29, }, end: Position { line: 88, column: 37, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\";\n DirPort = ", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 89, column: 17, }, }, }, ), Interpolation( PartInterpolation { expression: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "toString", span: Span { start: Position { line: 89, column: 19, }, end: Position { line: 89, column: 27, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 89, column: 28, }, end: Position { line: 89, column: 35, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 89, column: 36, }, end: Position { line: 89, column: 40, }, }, }, ), ], default: None, }, ), ], }, ), }, ), Raw( PartRaw { content: ";\n Working Directory = \"", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 90, column: 28, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "libDir", span: Span { start: Position { line: 90, column: 30, }, end: Position { line: 90, column: 36, }, }, }, ), }, ), Raw( PartRaw { content: "\";\n Pid Directory = \"/run/\";\n QueryFile = \"", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 92, column: 20, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 92, column: 22, }, end: Position { line: 92, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 92, column: 27, }, end: Position { line: 92, column: 33, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/query.sql\";\n ", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 93, column: 7, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 93, column: 9, }, end: Position { line: 93, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraDirectorConfig", span: Span { start: Position { line: 93, column: 17, }, end: Position { line: 93, column: 36, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n\nCatalog {\n Name = \"PostgreSQL\";\n dbname = \"bacula\";\n user = \"bacula\";\n}\n\nMessages {\n Name = Standard;\n syslog = all, !skipped, !restored\n ", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 105, column: 7, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 105, column: 9, }, end: Position { line: 105, column: 16, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraMessagesConfig", span: Span { start: Position { line: 105, column: 17, }, end: Position { line: 105, column: 36, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n}\n\n", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 108, column: 5, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 108, column: 7, }, end: Position { line: 108, column: 14, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 108, column: 15, }, end: Position { line: 108, column: 26, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "\n", span: Span { start: Position { line: 86, column: 1, }, end: Position { line: 109, column: 5, }, }, }, ), ], span: Span { start: Position { line: 85, column: 5, }, end: Position { line: 109, column: 7, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "directorOptions", span: Span { start: Position { line: 111, column: 3, }, end: Position { line: 111, column: 18, }, }, }, ), ], to: Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [], }, ), body: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 113, column: 5, }, end: Position { line: 113, column: 12, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "password", span: Span { start: Position { line: 114, column: 7, }, end: Position { line: 114, column: 15, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 114, column: 18, }, end: Position { line: 114, column: 26, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 115, column: 9, }, end: Position { line: 115, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 115, column: 16, }, end: Position { line: 115, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 115, column: 22, }, end: Position { line: 115, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 117, column: 9, }, end: Position { line: 117, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 117, column: 23, }, end: Position { line: 117, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 117, column: 27, }, end: Position { line: 117, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specifies the password that must be supplied for the default Bacula\nConsole to be authorized. The same password must appear in the\nDirector resource of the Console configuration file. For added\nsecurity, the password is never passed across the network but instead\na challenge response hash code created with the password. This\ndirective is required. If you have either /dev/random or bc on your\nmachine, Bacula will generate a random password during the\nconfiguration process, otherwise it will be left blank and you must\nmanually supply it.\n\nThe password is plain text. It is not generated through any special\nprocess but as noted above, it is better to use random text for\nsecurity reasons.\n", span: Span { start: Position { line: 118, column: 1, }, end: Position { line: 131, column: 9, }, }, }, ), ], span: Span { start: Position { line: 117, column: 33, }, end: Position { line: 131, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 114, column: 27, }, end: Position { line: 132, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "monitor", span: Span { start: Position { line: 134, column: 7, }, end: Position { line: 134, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 134, column: 17, }, end: Position { line: 134, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 135, column: 9, }, end: Position { line: 135, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 135, column: 16, }, end: Position { line: 135, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enum", span: Span { start: Position { line: 135, column: 22, }, end: Position { line: 135, column: 26, }, }, }, ), ], default: None, }, ), arguments: [ List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "no", span: Span { start: Position { line: 135, column: 30, }, end: Position { line: 135, column: 32, }, }, }, ), ], span: Span { start: Position { line: 135, column: 29, }, end: Position { line: 135, column: 33, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "yes", span: Span { start: Position { line: 135, column: 35, }, end: Position { line: 135, column: 38, }, }, }, ), ], span: Span { start: Position { line: 135, column: 34, }, end: Position { line: 135, column: 39, }, }, }, ), ], span: Span { start: Position { line: 135, column: 27, }, end: Position { line: 135, column: 41, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 136, column: 9, }, end: Position { line: 136, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "no", span: Span { start: Position { line: 136, column: 20, }, end: Position { line: 136, column: 22, }, }, }, ), ], span: Span { start: Position { line: 136, column: 19, }, end: Position { line: 136, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 137, column: 9, }, end: Position { line: 137, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "yes", span: Span { start: Position { line: 137, column: 20, }, end: Position { line: 137, column: 23, }, }, }, ), ], span: Span { start: Position { line: 137, column: 19, }, end: Position { line: 137, column: 24, }, }, }, ), }, ), 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: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "If Monitor is set to `no`, this director will have\nfull access to this Storage daemon. If Monitor is set to\n`yes`, this director will only be able to fetch the\ncurrent status of this Storage daemon.\n\nPlease note that if this director is being used by a Monitor, we\nhighly recommend to set this directive to yes to avoid serious\nsecurity problems.\n", span: Span { start: Position { line: 139, column: 1, }, end: Position { line: 147, column: 9, }, }, }, ), ], span: Span { start: Position { line: 138, column: 33, }, end: Position { line: 147, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 134, column: 26, }, end: Position { line: 148, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 113, column: 15, }, end: Position { line: 149, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 112, column: 3, }, end: Position { line: 150, column: 4, }, }, }, ), span: Span { start: Position { line: 111, column: 21, }, end: Position { line: 150, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "autochangerOptions", span: Span { start: Position { line: 152, column: 3, }, end: Position { line: 152, column: 21, }, }, }, ), ], to: Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [], }, ), body: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 154, column: 5, }, end: Position { line: 154, column: 12, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "changerDevice", span: Span { start: Position { line: 155, column: 7, }, end: Position { line: 155, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 155, column: 23, }, end: Position { line: 155, column: 31, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 156, column: 9, }, end: Position { line: 156, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 156, column: 16, }, end: Position { line: 156, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 156, column: 22, }, end: Position { line: 156, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 157, column: 9, }, end: Position { line: 157, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 157, column: 23, }, end: Position { line: 157, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 157, column: 27, }, end: Position { line: 157, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "The specified name-string must be the generic SCSI device name of the\nautochanger that corresponds to the normal read/write Archive Device\nspecified in the Device resource. This generic SCSI device name\nshould be specified if you have an autochanger or if you have a\nstandard tape drive and want to use the Alert Command (see below).\nFor example, on Linux systems, for an Archive Device name of\n`/dev/nst0`, you would specify\n`/dev/sg0` for the Changer Device name. Depending\non your exact configuration, and the number of autochangers or the\ntype of autochanger, what you specify here can vary. This directive\nis optional. See the Using AutochangersAutochangersChapter chapter of\nthis manual for more details of using this and the following\nautochanger directives.\n", span: Span { start: Position { line: 158, column: 1, }, end: Position { line: 171, column: 11, }, }, }, ), ], span: Span { start: Position { line: 157, column: 33, }, end: Position { line: 171, column: 13, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 155, column: 32, }, end: Position { line: 172, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "changerCommand", span: Span { start: Position { line: 174, column: 7, }, end: Position { line: 174, column: 21, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 174, column: 24, }, end: Position { line: 174, column: 32, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 175, column: 9, }, end: Position { line: 175, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 175, column: 16, }, end: Position { line: 175, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 175, column: 22, }, end: Position { line: 175, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 176, column: 9, }, end: Position { line: 176, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 176, column: 23, }, end: Position { line: 176, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 176, column: 27, }, end: Position { line: 176, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "The name-string specifies an external program to be called that will\nautomatically change volumes as required by Bacula. Normally, this\ndirective will be specified only in the AutoChanger resource, which\nis then used for all devices. However, you may also specify the\ndifferent Changer Command in each Device resource. Most frequently,\nyou will specify the Bacula supplied mtx-changer script as follows:\n\n`\"/path/mtx-changer %c %o %S %a %d\"`\n\nand you will install the mtx on your system (found in the depkgs\nrelease). An example of this command is in the default bacula-sd.conf\nfile. For more details on the substitution characters that may be\nspecified to configure your autochanger please see the\nAutochangersAutochangersChapter chapter of this manual. For FreeBSD\nusers, you might want to see one of the several chio scripts in\nexamples/autochangers.\n", span: Span { start: Position { line: 177, column: 1, }, end: Position { line: 193, column: 11, }, }, }, ), ], span: Span { start: Position { line: 176, column: 33, }, end: Position { line: 193, column: 13, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 194, column: 9, }, end: Position { line: 194, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "/etc/bacula/mtx-changer %c %o %S %a %d", span: Span { start: Position { line: 194, column: 20, }, end: Position { line: 194, column: 58, }, }, }, ), ], span: Span { start: Position { line: 194, column: 19, }, end: Position { line: 194, column: 59, }, }, }, ), }, ), ], span: Span { start: Position { line: 174, column: 33, }, end: Position { line: 195, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "devices", span: Span { start: Position { line: 197, column: 7, }, end: Position { line: 197, column: 14, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 197, column: 17, }, end: Position { line: 197, column: 25, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 198, column: 9, }, end: Position { line: 198, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 198, column: 23, }, end: Position { line: 198, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 198, column: 27, }, end: Position { line: 198, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ String( String_ { parts: [], span: Span { start: Position { line: 198, column: 33, }, end: Position { line: 198, column: 35, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 199, column: 9, }, end: Position { line: 199, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 199, column: 16, }, end: Position { line: 199, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "listOf", span: Span { start: Position { line: 199, column: 22, }, end: Position { line: 199, column: 28, }, }, }, ), ], default: None, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 199, column: 29, }, end: Position { line: 199, column: 34, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 199, column: 35, }, end: Position { line: 199, column: 38, }, }, }, ), ], default: None, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 197, column: 26, }, end: Position { line: 200, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraAutochangerConfig", span: Span { start: Position { line: 202, column: 7, }, end: Position { line: 202, column: 29, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 202, column: 32, }, end: Position { line: 202, column: 40, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 203, column: 9, }, end: Position { line: 203, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 203, column: 19, }, end: Position { line: 203, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 204, column: 9, }, end: Position { line: 204, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 204, column: 16, }, end: Position { line: 204, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 204, column: 22, }, end: Position { line: 204, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 205, column: 9, }, end: Position { line: 205, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 205, column: 23, }, end: Position { line: 205, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 205, column: 27, }, end: Position { line: 205, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Autochanger directive.\n", span: Span { start: Position { line: 206, column: 1, }, end: Position { line: 207, column: 9, }, }, }, ), ], span: Span { start: Position { line: 205, column: 33, }, end: Position { line: 207, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 208, column: 9, }, end: Position { line: 208, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "\n", span: Span { start: Position { line: 209, column: 1, }, end: Position { line: 210, column: 9, }, }, }, ), ], span: Span { start: Position { line: 208, column: 19, }, end: Position { line: 210, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 202, column: 41, }, end: Position { line: 211, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 154, column: 15, }, end: Position { line: 212, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 153, column: 3, }, end: Position { line: 213, column: 4, }, }, }, ), span: Span { start: Position { line: 152, column: 24, }, end: Position { line: 213, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "deviceOptions", span: Span { start: Position { line: 216, column: 3, }, end: Position { line: 216, column: 16, }, }, }, ), ], to: Function( Function { head: Destructured( FunctionHeadDestructured { ellipsis: true, identifier: None, arguments: [], }, ), body: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 218, column: 5, }, end: Position { line: 218, column: 12, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "archiveDevice", span: Span { start: Position { line: 219, column: 7, }, end: Position { line: 219, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 219, column: 23, }, end: Position { line: 219, column: 31, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 221, column: 9, }, end: Position { line: 221, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 221, column: 16, }, end: Position { line: 221, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 221, column: 22, }, end: Position { line: 221, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 222, column: 9, }, end: Position { line: 222, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 222, column: 23, }, end: Position { line: 222, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 222, column: 27, }, end: Position { line: 222, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "The specified name-string gives the system file name of the storage\ndevice managed by this storage daemon. This will usually be the\ndevice file name of a removable storage device (tape drive), for\nexample `/dev/nst0` or\n`/dev/rmt/0mbn`. For a DVD-writer, it will be for\nexample `/dev/hdc`. It may also be a directory name\nif you are archiving to disk storage. In this case, you must supply\nthe full absolute path to the directory. When specifying a tape\ndevice, it is preferable that the \"non-rewind\" variant of the device\nfile name be given.\n", span: Span { start: Position { line: 223, column: 1, }, end: Position { line: 233, column: 9, }, }, }, ), ], span: Span { start: Position { line: 222, column: 33, }, end: Position { line: 233, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 219, column: 32, }, end: Position { line: 234, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "mediaType", span: Span { start: Position { line: 236, column: 7, }, end: Position { line: 236, column: 16, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 236, column: 19, }, end: Position { line: 236, column: 27, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 238, column: 9, }, end: Position { line: 238, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 238, column: 16, }, end: Position { line: 238, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 238, column: 22, }, end: Position { line: 238, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 239, column: 9, }, end: Position { line: 239, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 239, column: 23, }, end: Position { line: 239, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 239, column: 27, }, end: Position { line: 239, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "The specified name-string names the type of media supported by this\ndevice, for example, `DLT7000`. Media type names are\narbitrary in that you set them to anything you want, but they must be\nknown to the volume database to keep track of which storage daemons\ncan read which volumes. In general, each different storage type\nshould have a unique Media Type associated with it. The same\nname-string must appear in the appropriate Storage resource\ndefinition in the Director's configuration file.\n\nEven though the names you assign are arbitrary (i.e. you choose the\nname you want), you should take care in specifying them because the\nMedia Type is used to determine which storage device Bacula will\nselect during restore. Thus you should probably use the same Media\nType specification for all drives where the Media can be freely\ninterchanged. This is not generally an issue if you have a single\nStorage daemon, but it is with multiple Storage daemons, especially\nif they have incompatible media.\n\nFor example, if you specify a Media Type of `DDS-4`\nthen during the restore, Bacula will be able to choose any Storage\nDaemon that handles `DDS-4`. If you have an\nautochanger, you might want to name the Media Type in a way that is\nunique to the autochanger, unless you wish to possibly use the\nVolumes in other drives. You should also ensure to have unique Media\nType names if the Media is not compatible between drives. This\nspecification is required for all devices.\n\nIn addition, if you are using disk storage, each Device resource will\ngenerally have a different mount point or directory. In order for\nBacula to select the correct Device resource, each one must have a\nunique Media Type.\n", span: Span { start: Position { line: 240, column: 1, }, end: Position { line: 271, column: 9, }, }, }, ), ], span: Span { start: Position { line: 239, column: 33, }, end: Position { line: 271, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 236, column: 28, }, end: Position { line: 272, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraDeviceConfig", span: Span { start: Position { line: 274, column: 7, }, end: Position { line: 274, column: 24, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 274, column: 27, }, end: Position { line: 274, column: 35, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 275, column: 9, }, end: Position { line: 275, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 275, column: 19, }, end: Position { line: 275, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 276, column: 9, }, end: Position { line: 276, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 276, column: 16, }, end: Position { line: 276, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 276, column: 22, }, end: Position { line: 276, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 277, column: 9, }, end: Position { line: 277, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 277, column: 23, }, end: Position { line: 277, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 277, column: 27, }, end: Position { line: 277, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Device directive.\n", span: Span { start: Position { line: 278, column: 1, }, end: Position { line: 279, column: 9, }, }, }, ), ], span: Span { start: Position { line: 277, column: 33, }, end: Position { line: 279, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 280, column: 9, }, end: Position { line: 280, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "LabelMedia = yes\nRandom Access = no\nAutomaticMount = no\nRemovableMedia = no\nMaximumOpenWait = 60\nAlwaysOpen = no\n", span: Span { start: Position { line: 281, column: 1, }, end: Position { line: 287, column: 9, }, }, }, ), ], span: Span { start: Position { line: 280, column: 19, }, end: Position { line: 287, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 274, column: 36, }, end: Position { line: 288, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 218, column: 15, }, end: Position { line: 289, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 217, column: 3, }, end: Position { line: 290, column: 4, }, }, }, ), span: Span { start: Position { line: 216, column: 19, }, end: Position { line: 290, column: 4, }, }, }, ), }, ), ], target: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "options", span: Span { start: Position { line: 293, column: 3, }, end: Position { line: 293, column: 10, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 294, column: 5, }, end: Position { line: 294, column: 13, }, }, }, ), Raw( PartRaw { content: "bacula-fd", span: Span { start: Position { line: 294, column: 14, }, end: Position { line: 294, column: 23, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 295, column: 7, }, end: Position { line: 295, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 295, column: 16, }, end: Position { line: 295, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 296, column: 9, }, end: Position { line: 296, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 296, column: 16, }, end: Position { line: 296, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 296, column: 22, }, end: Position { line: 296, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 297, column: 9, }, end: Position { line: 297, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 297, column: 19, }, end: Position { line: 297, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 298, column: 9, }, end: Position { line: 298, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 298, column: 23, }, end: Position { line: 298, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 298, column: 27, }, end: Position { line: 298, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Whether to enable the Bacula File Daemon.\n", span: Span { start: Position { line: 299, column: 1, }, end: Position { line: 300, column: 9, }, }, }, ), ], span: Span { start: Position { line: 298, column: 33, }, end: Position { line: 300, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 295, column: 25, }, end: Position { line: 301, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "name", span: Span { start: Position { line: 303, column: 7, }, end: Position { line: 303, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 303, column: 14, }, end: Position { line: 303, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 304, column: 9, }, end: Position { line: 304, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 304, column: 22, }, end: Position { line: 304, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "networking", span: Span { start: Position { line: 304, column: 29, }, end: Position { line: 304, column: 39, }, }, }, ), Raw( PartRaw { content: "hostName", span: Span { start: Position { line: 304, column: 40, }, end: Position { line: 304, column: 48, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "-fd", span: Span { start: Position { line: 304, column: 20, }, end: Position { line: 304, column: 52, }, }, }, ), ], span: Span { start: Position { line: 304, column: 19, }, end: Position { line: 304, column: 53, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultText", span: Span { start: Position { line: 305, column: 9, }, end: Position { line: 305, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 305, column: 23, }, end: Position { line: 305, column: 40, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "\"", span: Span { start: Position { line: 305, column: 43, }, end: Position { line: 305, column: 44, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 305, column: 43, }, end: Position { line: 305, column: 47, }, }, }, ), Raw( PartRaw { content: "{config.networking.hostName}-fd\"", span: Span { start: Position { line: 305, column: 43, }, end: Position { line: 305, column: 79, }, }, }, ), ], span: Span { start: Position { line: 305, column: 41, }, end: Position { line: 305, column: 81, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 306, column: 9, }, end: Position { line: 306, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 306, column: 16, }, end: Position { line: 306, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 306, column: 22, }, end: Position { line: 306, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 307, column: 9, }, end: Position { line: 307, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 307, column: 23, }, end: Position { line: 307, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 307, column: 27, }, end: Position { line: 307, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "The client name that must be used by the Director when connecting.\nGenerally, it is a good idea to use a name related to the machine so\nthat error messages can be easily identified if you have multiple\nClients. This directive is required.\n", span: Span { start: Position { line: 308, column: 1, }, end: Position { line: 312, column: 9, }, }, }, ), ], span: Span { start: Position { line: 307, column: 33, }, end: Position { line: 312, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 303, column: 23, }, end: Position { line: 313, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 315, column: 7, }, end: Position { line: 315, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 315, column: 14, }, end: Position { line: 315, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 316, column: 9, }, end: Position { line: 316, column: 16, }, }, }, ), ], to: Integer( Integer { value: "9102", span: Span { start: Position { line: 316, column: 19, }, end: Position { line: 316, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 317, column: 9, }, end: Position { line: 317, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 317, column: 16, }, end: Position { line: 317, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 317, column: 22, }, end: Position { line: 317, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 318, column: 9, }, end: Position { line: 318, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 318, column: 23, }, end: Position { line: 318, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 318, column: 27, }, end: Position { line: 318, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "This specifies the port number on which the Client listens for\nDirector connections. It must agree with the FDPort specified in\nthe Client resource of the Director's configuration file.\n", span: Span { start: Position { line: 319, column: 1, }, end: Position { line: 322, column: 9, }, }, }, ), ], span: Span { start: Position { line: 318, column: 33, }, end: Position { line: 322, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 315, column: 23, }, end: Position { line: 323, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "director", span: Span { start: Position { line: 325, column: 7, }, end: Position { line: 325, column: 15, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 325, column: 18, }, end: Position { line: 325, column: 26, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 326, column: 9, }, end: Position { line: 326, column: 16, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [], span: Span { start: Position { line: 326, column: 19, }, end: Position { line: 326, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 327, column: 9, }, end: Position { line: 327, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 327, column: 23, }, end: Position { line: 327, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 327, column: 27, }, end: Position { line: 327, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "This option defines director resources in Bacula File Daemon.\n", span: Span { start: Position { line: 328, column: 1, }, end: Position { line: 329, column: 9, }, }, }, ), ], span: Span { start: Position { line: 327, column: 33, }, end: Position { line: 329, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 330, column: 9, }, end: Position { line: 330, column: 13, }, }, }, ), ], to: With( With { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 330, column: 21, }, end: Position { line: 330, column: 26, }, }, }, ), target: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "attrsOf", span: Span { start: Position { line: 330, column: 28, }, end: Position { line: 330, column: 35, }, }, }, ), arguments: [ FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "submodule", span: Span { start: Position { line: 330, column: 37, }, end: Position { line: 330, column: 46, }, }, }, ), arguments: [ Identifier( Identifier { id: "directorOptions", span: Span { start: Position { line: 330, column: 47, }, end: Position { line: 330, column: 62, }, }, }, ), ], }, ), ], }, ), span: Span { start: Position { line: 330, column: 16, }, end: Position { line: 330, column: 63, }, }, }, ), }, ), ], span: Span { start: Position { line: 325, column: 27, }, end: Position { line: 331, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraClientConfig", span: Span { start: Position { line: 333, column: 7, }, end: Position { line: 333, column: 24, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 333, column: 27, }, end: Position { line: 333, column: 35, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 334, column: 9, }, end: Position { line: 334, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 334, column: 19, }, end: Position { line: 334, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 335, column: 9, }, end: Position { line: 335, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 335, column: 16, }, end: Position { line: 335, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 335, column: 22, }, end: Position { line: 335, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 336, column: 9, }, end: Position { line: 336, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 336, column: 23, }, end: Position { line: 336, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 336, column: 27, }, end: Position { line: 336, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Client directive.\n", span: Span { start: Position { line: 337, column: 1, }, end: Position { line: 338, column: 9, }, }, }, ), ], span: Span { start: Position { line: 336, column: 33, }, end: Position { line: 338, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 339, column: 9, }, end: Position { line: 339, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Maximum Concurrent Jobs = 20;\nHeartbeat Interval = 30;\n", span: Span { start: Position { line: 340, column: 1, }, end: Position { line: 342, column: 9, }, }, }, ), ], span: Span { start: Position { line: 339, column: 19, }, end: Position { line: 342, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 333, column: 36, }, end: Position { line: 343, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraMessagesConfig", span: Span { start: Position { line: 345, column: 7, }, end: Position { line: 345, column: 26, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 345, column: 29, }, end: Position { line: 345, column: 37, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 346, column: 9, }, end: Position { line: 346, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 346, column: 19, }, end: Position { line: 346, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 347, column: 9, }, end: Position { line: 347, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 347, column: 16, }, end: Position { line: 347, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 347, column: 22, }, end: Position { line: 347, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 348, column: 9, }, end: Position { line: 348, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 348, column: 23, }, end: Position { line: 348, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 348, column: 27, }, end: Position { line: 348, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Messages directive.\n", span: Span { start: Position { line: 349, column: 1, }, end: Position { line: 350, column: 9, }, }, }, ), ], span: Span { start: Position { line: 348, column: 33, }, end: Position { line: 350, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 351, column: 9, }, end: Position { line: 351, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "console = all\n", span: Span { start: Position { line: 352, column: 1, }, end: Position { line: 353, column: 9, }, }, }, ), ], span: Span { start: Position { line: 351, column: 19, }, end: Position { line: 353, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 345, column: 38, }, end: Position { line: 354, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 294, column: 26, }, end: Position { line: 355, column: 6, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 357, column: 5, }, end: Position { line: 357, column: 13, }, }, }, ), Raw( PartRaw { content: "bacula-sd", span: Span { start: Position { line: 357, column: 14, }, end: Position { line: 357, column: 23, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 358, column: 7, }, end: Position { line: 358, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 358, column: 16, }, end: Position { line: 358, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 359, column: 9, }, end: Position { line: 359, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 359, column: 16, }, end: Position { line: 359, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 359, column: 22, }, end: Position { line: 359, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 360, column: 9, }, end: Position { line: 360, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 360, column: 19, }, end: Position { line: 360, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 361, column: 9, }, end: Position { line: 361, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 361, column: 23, }, end: Position { line: 361, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 361, column: 27, }, end: Position { line: 361, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Whether to enable Bacula Storage Daemon.\n", span: Span { start: Position { line: 362, column: 1, }, end: Position { line: 363, column: 9, }, }, }, ), ], span: Span { start: Position { line: 361, column: 33, }, end: Position { line: 363, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 358, column: 25, }, end: Position { line: 364, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "name", span: Span { start: Position { line: 366, column: 7, }, end: Position { line: 366, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 366, column: 14, }, end: Position { line: 366, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 367, column: 9, }, end: Position { line: 367, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 367, column: 22, }, end: Position { line: 367, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "networking", span: Span { start: Position { line: 367, column: 29, }, end: Position { line: 367, column: 39, }, }, }, ), Raw( PartRaw { content: "hostName", span: Span { start: Position { line: 367, column: 40, }, end: Position { line: 367, column: 48, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "-sd", span: Span { start: Position { line: 367, column: 20, }, end: Position { line: 367, column: 52, }, }, }, ), ], span: Span { start: Position { line: 367, column: 19, }, end: Position { line: 367, column: 53, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultText", span: Span { start: Position { line: 368, column: 9, }, end: Position { line: 368, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 368, column: 23, }, end: Position { line: 368, column: 40, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "\"", span: Span { start: Position { line: 368, column: 43, }, end: Position { line: 368, column: 44, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 368, column: 43, }, end: Position { line: 368, column: 47, }, }, }, ), Raw( PartRaw { content: "{config.networking.hostName}-sd\"", span: Span { start: Position { line: 368, column: 43, }, end: Position { line: 368, column: 79, }, }, }, ), ], span: Span { start: Position { line: 368, column: 41, }, end: Position { line: 368, column: 81, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 369, column: 9, }, end: Position { line: 369, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 369, column: 16, }, end: Position { line: 369, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 369, column: 22, }, end: Position { line: 369, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 370, column: 9, }, end: Position { line: 370, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 370, column: 23, }, end: Position { line: 370, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 370, column: 27, }, end: Position { line: 370, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specifies the Name of the Storage daemon.\n", span: Span { start: Position { line: 371, column: 1, }, end: Position { line: 372, column: 9, }, }, }, ), ], span: Span { start: Position { line: 370, column: 33, }, end: Position { line: 372, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 366, column: 23, }, end: Position { line: 373, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 375, column: 7, }, end: Position { line: 375, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 375, column: 14, }, end: Position { line: 375, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 376, column: 9, }, end: Position { line: 376, column: 16, }, }, }, ), ], to: Integer( Integer { value: "9103", span: Span { start: Position { line: 376, column: 19, }, end: Position { line: 376, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 377, column: 9, }, end: Position { line: 377, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 377, column: 16, }, end: Position { line: 377, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 377, column: 22, }, end: Position { line: 377, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 378, column: 9, }, end: Position { line: 378, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 378, column: 23, }, end: Position { line: 378, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 378, column: 27, }, end: Position { line: 378, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specifies port number on which the Storage daemon listens for\nDirector connections.\n", span: Span { start: Position { line: 379, column: 1, }, end: Position { line: 381, column: 9, }, }, }, ), ], span: Span { start: Position { line: 378, column: 33, }, end: Position { line: 381, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 375, column: 23, }, end: Position { line: 382, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "director", span: Span { start: Position { line: 384, column: 7, }, end: Position { line: 384, column: 15, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 384, column: 18, }, end: Position { line: 384, column: 26, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 385, column: 9, }, end: Position { line: 385, column: 16, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [], span: Span { start: Position { line: 385, column: 19, }, end: Position { line: 385, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 386, column: 9, }, end: Position { line: 386, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 386, column: 23, }, end: Position { line: 386, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 386, column: 27, }, end: Position { line: 386, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "This option defines Director resources in Bacula Storage Daemon.\n", span: Span { start: Position { line: 387, column: 1, }, end: Position { line: 388, column: 9, }, }, }, ), ], span: Span { start: Position { line: 386, column: 33, }, end: Position { line: 388, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 389, column: 9, }, end: Position { line: 389, column: 13, }, }, }, ), ], to: With( With { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 389, column: 21, }, end: Position { line: 389, column: 26, }, }, }, ), target: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "attrsOf", span: Span { start: Position { line: 389, column: 28, }, end: Position { line: 389, column: 35, }, }, }, ), arguments: [ FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "submodule", span: Span { start: Position { line: 389, column: 37, }, end: Position { line: 389, column: 46, }, }, }, ), arguments: [ Identifier( Identifier { id: "directorOptions", span: Span { start: Position { line: 389, column: 47, }, end: Position { line: 389, column: 62, }, }, }, ), ], }, ), ], }, ), span: Span { start: Position { line: 389, column: 16, }, end: Position { line: 389, column: 63, }, }, }, ), }, ), ], span: Span { start: Position { line: 384, column: 27, }, end: Position { line: 390, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "device", span: Span { start: Position { line: 392, column: 7, }, end: Position { line: 392, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 392, column: 16, }, end: Position { line: 392, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 393, column: 9, }, end: Position { line: 393, column: 16, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [], span: Span { start: Position { line: 393, column: 19, }, end: Position { line: 393, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 394, column: 9, }, end: Position { line: 394, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 394, column: 23, }, end: Position { line: 394, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 394, column: 27, }, end: Position { line: 394, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "This option defines Device resources in Bacula Storage Daemon.\n", span: Span { start: Position { line: 395, column: 1, }, end: Position { line: 396, column: 9, }, }, }, ), ], span: Span { start: Position { line: 394, column: 33, }, end: Position { line: 396, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 397, column: 9, }, end: Position { line: 397, column: 13, }, }, }, ), ], to: With( With { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 397, column: 21, }, end: Position { line: 397, column: 26, }, }, }, ), target: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "attrsOf", span: Span { start: Position { line: 397, column: 28, }, end: Position { line: 397, column: 35, }, }, }, ), arguments: [ FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "submodule", span: Span { start: Position { line: 397, column: 37, }, end: Position { line: 397, column: 46, }, }, }, ), arguments: [ Identifier( Identifier { id: "deviceOptions", span: Span { start: Position { line: 397, column: 47, }, end: Position { line: 397, column: 60, }, }, }, ), ], }, ), ], }, ), span: Span { start: Position { line: 397, column: 16, }, end: Position { line: 397, column: 61, }, }, }, ), }, ), ], span: Span { start: Position { line: 392, column: 25, }, end: Position { line: 398, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "autochanger", span: Span { start: Position { line: 400, column: 7, }, end: Position { line: 400, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 400, column: 21, }, end: Position { line: 400, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 401, column: 9, }, end: Position { line: 401, column: 16, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [], span: Span { start: Position { line: 401, column: 19, }, end: Position { line: 401, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 402, column: 9, }, end: Position { line: 402, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 402, column: 23, }, end: Position { line: 402, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 402, column: 27, }, end: Position { line: 402, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "This option defines Autochanger resources in Bacula Storage Daemon.\n", span: Span { start: Position { line: 403, column: 1, }, end: Position { line: 404, column: 9, }, }, }, ), ], span: Span { start: Position { line: 402, column: 33, }, end: Position { line: 404, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 405, column: 9, }, end: Position { line: 405, column: 13, }, }, }, ), ], to: With( With { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 405, column: 21, }, end: Position { line: 405, column: 26, }, }, }, ), target: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "attrsOf", span: Span { start: Position { line: 405, column: 28, }, end: Position { line: 405, column: 35, }, }, }, ), arguments: [ FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "submodule", span: Span { start: Position { line: 405, column: 37, }, end: Position { line: 405, column: 46, }, }, }, ), arguments: [ Identifier( Identifier { id: "autochangerOptions", span: Span { start: Position { line: 405, column: 47, }, end: Position { line: 405, column: 65, }, }, }, ), ], }, ), ], }, ), span: Span { start: Position { line: 405, column: 16, }, end: Position { line: 405, column: 66, }, }, }, ), }, ), ], span: Span { start: Position { line: 400, column: 30, }, end: Position { line: 406, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraStorageConfig", span: Span { start: Position { line: 408, column: 7, }, end: Position { line: 408, column: 25, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 408, column: 28, }, end: Position { line: 408, column: 36, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 409, column: 9, }, end: Position { line: 409, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 409, column: 19, }, end: Position { line: 409, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 410, column: 9, }, end: Position { line: 410, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 410, column: 16, }, end: Position { line: 410, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 410, column: 22, }, end: Position { line: 410, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 411, column: 9, }, end: Position { line: 411, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 411, column: 23, }, end: Position { line: 411, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 411, column: 27, }, end: Position { line: 411, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Storage directive.\n", span: Span { start: Position { line: 412, column: 1, }, end: Position { line: 413, column: 9, }, }, }, ), ], span: Span { start: Position { line: 411, column: 33, }, end: Position { line: 413, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 414, column: 9, }, end: Position { line: 414, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Maximum Concurrent Jobs = 20;\nHeartbeat Interval = 30;\n", span: Span { start: Position { line: 415, column: 1, }, end: Position { line: 417, column: 9, }, }, }, ), ], span: Span { start: Position { line: 414, column: 19, }, end: Position { line: 417, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 408, column: 37, }, end: Position { line: 418, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraMessagesConfig", span: Span { start: Position { line: 420, column: 7, }, end: Position { line: 420, column: 26, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 420, column: 29, }, end: Position { line: 420, column: 37, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 421, column: 9, }, end: Position { line: 421, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 421, column: 19, }, end: Position { line: 421, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 422, column: 9, }, end: Position { line: 422, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 422, column: 16, }, end: Position { line: 422, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 422, column: 22, }, end: Position { line: 422, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 423, column: 9, }, end: Position { line: 423, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 423, column: 23, }, end: Position { line: 423, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 423, column: 27, }, end: Position { line: 423, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Messages directive.\n", span: Span { start: Position { line: 424, column: 1, }, end: Position { line: 425, column: 9, }, }, }, ), ], span: Span { start: Position { line: 423, column: 33, }, end: Position { line: 425, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 426, column: 9, }, end: Position { line: 426, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "console = all\n", span: Span { start: Position { line: 427, column: 1, }, end: Position { line: 428, column: 9, }, }, }, ), ], span: Span { start: Position { line: 426, column: 19, }, end: Position { line: 428, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 420, column: 38, }, end: Position { line: 429, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 357, column: 26, }, end: Position { line: 431, column: 6, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 433, column: 5, }, end: Position { line: 433, column: 13, }, }, }, ), Raw( PartRaw { content: "bacula-dir", span: Span { start: Position { line: 433, column: 14, }, end: Position { line: 433, column: 24, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 434, column: 7, }, end: Position { line: 434, column: 13, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 434, column: 16, }, end: Position { line: 434, column: 24, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 435, column: 9, }, end: Position { line: 435, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 435, column: 16, }, end: Position { line: 435, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bool", span: Span { start: Position { line: 435, column: 22, }, end: Position { line: 435, column: 26, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 436, column: 9, }, end: Position { line: 436, column: 16, }, }, }, ), ], to: Identifier( Identifier { id: "false", span: Span { start: Position { line: 436, column: 19, }, end: Position { line: 436, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 437, column: 9, }, end: Position { line: 437, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 437, column: 23, }, end: Position { line: 437, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 437, column: 27, }, end: Position { line: 437, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Whether to enable Bacula Director Daemon.\n", span: Span { start: Position { line: 438, column: 1, }, end: Position { line: 439, column: 9, }, }, }, ), ], span: Span { start: Position { line: 437, column: 33, }, end: Position { line: 439, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 434, column: 25, }, end: Position { line: 440, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "name", span: Span { start: Position { line: 442, column: 7, }, end: Position { line: 442, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 442, column: 14, }, end: Position { line: 442, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 443, column: 9, }, end: Position { line: 443, column: 16, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 443, column: 22, }, end: Position { line: 443, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "networking", span: Span { start: Position { line: 443, column: 29, }, end: Position { line: 443, column: 39, }, }, }, ), Raw( PartRaw { content: "hostName", span: Span { start: Position { line: 443, column: 40, }, end: Position { line: 443, column: 48, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "-dir", span: Span { start: Position { line: 443, column: 20, }, end: Position { line: 443, column: 53, }, }, }, ), ], span: Span { start: Position { line: 443, column: 19, }, end: Position { line: 443, column: 54, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "defaultText", span: Span { start: Position { line: 444, column: 9, }, end: Position { line: 444, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "literalExpression", span: Span { start: Position { line: 444, column: 23, }, end: Position { line: 444, column: 40, }, }, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "\"", span: Span { start: Position { line: 444, column: 43, }, end: Position { line: 444, column: 44, }, }, }, ), Raw( PartRaw { content: "$", span: Span { start: Position { line: 444, column: 43, }, end: Position { line: 444, column: 47, }, }, }, ), Raw( PartRaw { content: "{config.networking.hostName}-dir\"", span: Span { start: Position { line: 444, column: 43, }, end: Position { line: 444, column: 80, }, }, }, ), ], span: Span { start: Position { line: 444, column: 41, }, end: Position { line: 444, column: 82, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 445, column: 9, }, end: Position { line: 445, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 445, column: 16, }, end: Position { line: 445, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 445, column: 22, }, end: Position { line: 445, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 446, column: 9, }, end: Position { line: 446, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 446, column: 23, }, end: Position { line: 446, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 446, column: 27, }, end: Position { line: 446, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "The director name used by the system administrator. This directive is\nrequired.\n", span: Span { start: Position { line: 447, column: 1, }, end: Position { line: 449, column: 9, }, }, }, ), ], span: Span { start: Position { line: 446, column: 33, }, end: Position { line: 449, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 442, column: 23, }, end: Position { line: 450, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "port", span: Span { start: Position { line: 452, column: 7, }, end: Position { line: 452, column: 11, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 452, column: 14, }, end: Position { line: 452, column: 22, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 453, column: 9, }, end: Position { line: 453, column: 16, }, }, }, ), ], to: Integer( Integer { value: "9101", span: Span { start: Position { line: 453, column: 19, }, end: Position { line: 453, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 454, column: 9, }, end: Position { line: 454, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 454, column: 16, }, end: Position { line: 454, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "int", span: Span { start: Position { line: 454, column: 22, }, end: Position { line: 454, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 455, column: 9, }, end: Position { line: 455, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 455, column: 23, }, end: Position { line: 455, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 455, column: 27, }, end: Position { line: 455, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specify the port (a positive integer) on which the Director daemon\nwill listen for Bacula Console connections. This same port number\nmust be specified in the Director resource of the Console\nconfiguration file. The default is 9101, so normally this directive\nneed not be specified. This directive should not be used if you\nspecify DirAddresses (N.B plural) directive.\n", span: Span { start: Position { line: 456, column: 1, }, end: Position { line: 462, column: 9, }, }, }, ), ], span: Span { start: Position { line: 455, column: 33, }, end: Position { line: 462, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 452, column: 23, }, end: Position { line: 463, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "password", span: Span { start: Position { line: 465, column: 7, }, end: Position { line: 465, column: 15, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 465, column: 18, }, end: Position { line: 465, column: 26, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 467, column: 9, }, end: Position { line: 467, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 467, column: 16, }, end: Position { line: 467, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "str", span: Span { start: Position { line: 467, column: 22, }, end: Position { line: 467, column: 25, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 468, column: 9, }, end: Position { line: 468, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 468, column: 23, }, end: Position { line: 468, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 468, column: 27, }, end: Position { line: 468, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Specifies the password that must be supplied for a Director.\n", span: Span { start: Position { line: 469, column: 1, }, end: Position { line: 470, column: 9, }, }, }, ), ], span: Span { start: Position { line: 468, column: 33, }, end: Position { line: 470, column: 11, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 465, column: 27, }, end: Position { line: 471, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraMessagesConfig", span: Span { start: Position { line: 473, column: 7, }, end: Position { line: 473, column: 26, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 473, column: 29, }, end: Position { line: 473, column: 37, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 474, column: 9, }, end: Position { line: 474, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 474, column: 19, }, end: Position { line: 474, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 475, column: 9, }, end: Position { line: 475, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 475, column: 16, }, end: Position { line: 475, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 475, column: 22, }, end: Position { line: 475, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 476, column: 9, }, end: Position { line: 476, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 476, column: 23, }, end: Position { line: 476, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 476, column: 27, }, end: Position { line: 476, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Messages directive.\n", span: Span { start: Position { line: 477, column: 1, }, end: Position { line: 478, column: 9, }, }, }, ), ], span: Span { start: Position { line: 476, column: 33, }, end: Position { line: 478, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 479, column: 9, }, end: Position { line: 479, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "console = all\n", span: Span { start: Position { line: 480, column: 1, }, end: Position { line: 481, column: 9, }, }, }, ), ], span: Span { start: Position { line: 479, column: 19, }, end: Position { line: 481, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 473, column: 38, }, end: Position { line: 482, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraDirectorConfig", span: Span { start: Position { line: 484, column: 7, }, end: Position { line: 484, column: 26, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 484, column: 29, }, end: Position { line: 484, column: 37, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 485, column: 9, }, end: Position { line: 485, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 485, column: 19, }, end: Position { line: 485, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 486, column: 9, }, end: Position { line: 486, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 486, column: 16, }, end: Position { line: 486, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 486, column: 22, }, end: Position { line: 486, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 487, column: 9, }, end: Position { line: 487, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 487, column: 23, }, end: Position { line: 487, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 487, column: 27, }, end: Position { line: 487, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration to be passed in Director directive.\n", span: Span { start: Position { line: 488, column: 1, }, end: Position { line: 489, column: 9, }, }, }, ), ], span: Span { start: Position { line: 487, column: 33, }, end: Position { line: 489, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 490, column: 9, }, end: Position { line: 490, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Maximum Concurrent Jobs = 20;\nHeartbeat Interval = 30;\n", span: Span { start: Position { line: 491, column: 1, }, end: Position { line: 493, column: 9, }, }, }, ), ], span: Span { start: Position { line: 490, column: 19, }, end: Position { line: 493, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 484, column: 38, }, end: Position { line: 494, column: 8, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "extraConfig", span: Span { start: Position { line: 496, column: 7, }, end: Position { line: 496, column: 18, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkOption", span: Span { start: Position { line: 496, column: 21, }, end: Position { line: 496, column: 29, }, }, }, ), arguments: [ Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "default", span: Span { start: Position { line: 497, column: 9, }, end: Position { line: 497, column: 16, }, }, }, ), ], to: String( String_ { parts: [], span: Span { start: Position { line: 497, column: 19, }, end: Position { line: 497, column: 21, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "type", span: Span { start: Position { line: 498, column: 9, }, end: Position { line: 498, column: 13, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "types", span: Span { start: Position { line: 498, column: 16, }, end: Position { line: 498, column: 21, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "lines", span: Span { start: Position { line: 498, column: 22, }, end: Position { line: 498, column: 27, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 499, column: 9, }, end: Position { line: 499, column: 20, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "lib", span: Span { start: Position { line: 499, column: 23, }, end: Position { line: 499, column: 26, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "mdDoc", span: Span { start: Position { line: 499, column: 27, }, end: Position { line: 499, column: 32, }, }, }, ), ], default: None, }, ), arguments: [ IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "Extra configuration for Bacula Director Daemon.\n", span: Span { start: Position { line: 500, column: 1, }, end: Position { line: 501, column: 9, }, }, }, ), ], span: Span { start: Position { line: 499, column: 33, }, end: Position { line: 501, column: 11, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "example", span: Span { start: Position { line: 502, column: 9, }, end: Position { line: 502, column: 16, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "TODO\n", span: Span { start: Position { line: 503, column: 1, }, end: Position { line: 504, column: 9, }, }, }, ), ], span: Span { start: Position { line: 502, column: 19, }, end: Position { line: 504, column: 11, }, }, }, ), }, ), ], span: Span { start: Position { line: 496, column: 30, }, end: Position { line: 505, column: 8, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 433, column: 27, }, end: Position { line: 506, column: 6, }, }, }, ), }, ), ], span: Span { start: Position { line: 293, column: 13, }, end: Position { line: 507, column: 4, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "config", span: Span { start: Position { line: 509, column: 3, }, end: Position { line: 509, column: 9, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 509, column: 12, }, end: Position { line: 509, column: 16, }, }, }, ), arguments: [ BinaryOperation( BinaryOperation { left: BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "fd_cfg", span: Span { start: Position { line: 509, column: 18, }, end: Position { line: 509, column: 24, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 509, column: 25, }, end: Position { line: 509, column: 31, }, }, }, ), ], default: None, }, ), operator: LogicalOr, right: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 509, column: 35, }, end: Position { line: 509, column: 41, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 509, column: 42, }, end: Position { line: 509, column: 48, }, }, }, ), ], default: None, }, ), }, ), operator: LogicalOr, right: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 509, column: 52, }, end: Position { line: 509, column: 59, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 509, column: 60, }, end: Position { line: 509, column: 66, }, }, }, ), ], default: None, }, ), }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 510, column: 5, }, end: Position { line: 510, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 510, column: 13, }, end: Position { line: 510, column: 21, }, }, }, ), Raw( PartRaw { content: "bacula-fd", span: Span { start: Position { line: 510, column: 22, }, end: Position { line: 510, column: 31, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 510, column: 34, }, end: Position { line: 510, column: 38, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "fd_cfg", span: Span { start: Position { line: 510, column: 39, }, end: Position { line: 510, column: 45, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 510, column: 46, }, end: Position { line: 510, column: 52, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 511, column: 7, }, end: Position { line: 511, column: 12, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "network.target", span: Span { start: Position { line: 511, column: 18, }, end: Position { line: 511, column: 32, }, }, }, ), ], span: Span { start: Position { line: 511, column: 17, }, end: Position { line: 511, column: 33, }, }, }, ), ], span: Span { start: Position { line: 511, column: 15, }, end: Position { line: 511, column: 35, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 512, column: 7, }, end: Position { line: 512, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Bacula File Daemon", span: Span { start: Position { line: 512, column: 22, }, end: Position { line: 512, column: 40, }, }, }, ), ], span: Span { start: Position { line: 512, column: 21, }, end: Position { line: 512, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 513, column: 7, }, end: Position { line: 513, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 513, column: 21, }, end: Position { line: 513, column: 38, }, }, }, ), ], span: Span { start: Position { line: 513, column: 20, }, end: Position { line: 513, column: 39, }, }, }, ), ], span: Span { start: Position { line: 513, column: 18, }, end: Position { line: 513, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 514, column: 7, }, end: Position { line: 514, column: 11, }, }, }, ), ], to: List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 514, column: 16, }, end: Position { line: 514, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 514, column: 21, }, end: Position { line: 514, column: 27, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 514, column: 14, }, end: Position { line: 514, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 515, column: 7, }, end: Position { line: 515, column: 20, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecStart", span: Span { start: Position { line: 516, column: 9, }, end: Position { line: 516, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 516, column: 24, }, end: Position { line: 516, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 516, column: 29, }, end: Position { line: 516, column: 35, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/sbin/bacula-fd -f -u root -g bacula -c ", span: Span { start: Position { line: 516, column: 22, }, end: Position { line: 516, column: 76, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "fd_conf", span: Span { start: Position { line: 516, column: 78, }, end: Position { line: 516, column: 85, }, }, }, ), }, ), ], span: Span { start: Position { line: 516, column: 21, }, end: Position { line: 516, column: 87, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecReload", span: Span { start: Position { line: 517, column: 9, }, end: Position { line: 517, column: 19, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 517, column: 25, }, end: Position { line: 517, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "coreutils", span: Span { start: Position { line: 517, column: 30, }, end: Position { line: 517, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/kill -HUP $MAINPID", span: Span { start: Position { line: 517, column: 23, }, end: Position { line: 517, column: 63, }, }, }, ), ], span: Span { start: Position { line: 517, column: 22, }, end: Position { line: 517, column: 64, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "LogsDirectory", span: Span { start: Position { line: 518, column: 9, }, end: Position { line: 518, column: 22, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 518, column: 26, }, end: Position { line: 518, column: 32, }, }, }, ), ], span: Span { start: Position { line: 518, column: 25, }, end: Position { line: 518, column: 33, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "StateDirectory", span: Span { start: Position { line: 519, column: 9, }, end: Position { line: 519, column: 23, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 519, column: 27, }, end: Position { line: 519, column: 33, }, }, }, ), ], span: Span { start: Position { line: 519, column: 26, }, end: Position { line: 519, column: 34, }, }, }, ), }, ), ], span: Span { start: Position { line: 515, column: 23, }, end: Position { line: 520, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 510, column: 53, }, end: Position { line: 521, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 523, column: 5, }, end: Position { line: 523, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 523, column: 13, }, end: Position { line: 523, column: 21, }, }, }, ), Raw( PartRaw { content: "bacula-sd", span: Span { start: Position { line: 523, column: 22, }, end: Position { line: 523, column: 31, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 523, column: 34, }, end: Position { line: 523, column: 38, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "sd_cfg", span: Span { start: Position { line: 523, column: 39, }, end: Position { line: 523, column: 45, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 523, column: 46, }, end: Position { line: 523, column: 52, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 524, column: 7, }, end: Position { line: 524, column: 12, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "network.target", span: Span { start: Position { line: 524, column: 18, }, end: Position { line: 524, column: 32, }, }, }, ), ], span: Span { start: Position { line: 524, column: 17, }, end: Position { line: 524, column: 33, }, }, }, ), ], span: Span { start: Position { line: 524, column: 15, }, end: Position { line: 524, column: 35, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 525, column: 7, }, end: Position { line: 525, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Bacula Storage Daemon", span: Span { start: Position { line: 525, column: 22, }, end: Position { line: 525, column: 43, }, }, }, ), ], span: Span { start: Position { line: 525, column: 21, }, end: Position { line: 525, column: 44, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 526, column: 7, }, end: Position { line: 526, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 526, column: 21, }, end: Position { line: 526, column: 38, }, }, }, ), ], span: Span { start: Position { line: 526, column: 20, }, end: Position { line: 526, column: 39, }, }, }, ), ], span: Span { start: Position { line: 526, column: 18, }, end: Position { line: 526, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 527, column: 7, }, end: Position { line: 527, column: 11, }, }, }, ), ], to: List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 527, column: 16, }, end: Position { line: 527, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 527, column: 21, }, end: Position { line: 527, column: 27, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 527, column: 14, }, end: Position { line: 527, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 528, column: 7, }, end: Position { line: 528, column: 20, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecStart", span: Span { start: Position { line: 529, column: 9, }, end: Position { line: 529, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 529, column: 24, }, end: Position { line: 529, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 529, column: 29, }, end: Position { line: 529, column: 35, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/sbin/bacula-sd -f -u bacula -g bacula -c ", span: Span { start: Position { line: 529, column: 22, }, end: Position { line: 529, column: 78, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "sd_conf", span: Span { start: Position { line: 529, column: 80, }, end: Position { line: 529, column: 87, }, }, }, ), }, ), ], span: Span { start: Position { line: 529, column: 21, }, end: Position { line: 529, column: 89, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecReload", span: Span { start: Position { line: 530, column: 9, }, end: Position { line: 530, column: 19, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 530, column: 25, }, end: Position { line: 530, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "coreutils", span: Span { start: Position { line: 530, column: 30, }, end: Position { line: 530, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/kill -HUP $MAINPID", span: Span { start: Position { line: 530, column: 23, }, end: Position { line: 530, column: 63, }, }, }, ), ], span: Span { start: Position { line: 530, column: 22, }, end: Position { line: 530, column: 64, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "LogsDirectory", span: Span { start: Position { line: 531, column: 9, }, end: Position { line: 531, column: 22, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 531, column: 26, }, end: Position { line: 531, column: 32, }, }, }, ), ], span: Span { start: Position { line: 531, column: 25, }, end: Position { line: 531, column: 33, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "StateDirectory", span: Span { start: Position { line: 532, column: 9, }, end: Position { line: 532, column: 23, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 532, column: 27, }, end: Position { line: 532, column: 33, }, }, }, ), ], span: Span { start: Position { line: 532, column: 26, }, end: Position { line: 532, column: 34, }, }, }, ), }, ), ], span: Span { start: Position { line: 528, column: 23, }, end: Position { line: 533, column: 8, }, }, }, ), }, ), ], span: Span { start: Position { line: 523, column: 53, }, end: Position { line: 534, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "services", span: Span { start: Position { line: 536, column: 5, }, end: Position { line: 536, column: 13, }, }, }, ), Raw( PartRaw { content: "postgresql", span: Span { start: Position { line: 536, column: 14, }, end: Position { line: 536, column: 24, }, }, }, ), Raw( PartRaw { content: "enable", span: Span { start: Position { line: 536, column: 25, }, end: Position { line: 536, column: 31, }, }, }, ), ], to: BinaryOperation( BinaryOperation { left: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 536, column: 34, }, end: Position { line: 536, column: 41, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 536, column: 42, }, end: Position { line: 536, column: 48, }, }, }, ), ], default: None, }, ), operator: EqualTo, right: Identifier( Identifier { id: "true", span: Span { start: Position { line: 536, column: 52, }, end: Position { line: 536, column: 56, }, }, }, ), }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "systemd", span: Span { start: Position { line: 538, column: 5, }, end: Position { line: 538, column: 12, }, }, }, ), Raw( PartRaw { content: "services", span: Span { start: Position { line: 538, column: 13, }, end: Position { line: 538, column: 21, }, }, }, ), Raw( PartRaw { content: "bacula-dir", span: Span { start: Position { line: 538, column: 22, }, end: Position { line: 538, column: 32, }, }, }, ), ], to: FunctionApplication( FunctionApplication { function: Identifier( Identifier { id: "mkIf", span: Span { start: Position { line: 538, column: 35, }, end: Position { line: 538, column: 39, }, }, }, ), arguments: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "dir_cfg", span: Span { start: Position { line: 538, column: 40, }, end: Position { line: 538, column: 47, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "enable", span: Span { start: Position { line: 538, column: 48, }, end: Position { line: 538, column: 54, }, }, }, ), ], default: None, }, ), Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "after", span: Span { start: Position { line: 539, column: 7, }, end: Position { line: 539, column: 12, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "network.target", span: Span { start: Position { line: 539, column: 18, }, end: Position { line: 539, column: 32, }, }, }, ), ], span: Span { start: Position { line: 539, column: 17, }, end: Position { line: 539, column: 33, }, }, }, ), String( String_ { parts: [ Raw( PartRaw { content: "postgresql.service", span: Span { start: Position { line: 539, column: 35, }, end: Position { line: 539, column: 53, }, }, }, ), ], span: Span { start: Position { line: 539, column: 34, }, end: Position { line: 539, column: 54, }, }, }, ), ], span: Span { start: Position { line: 539, column: 15, }, end: Position { line: 539, column: 56, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 540, column: 7, }, end: Position { line: 540, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Bacula Director Daemon", span: Span { start: Position { line: 540, column: 22, }, end: Position { line: 540, column: 44, }, }, }, ), ], span: Span { start: Position { line: 540, column: 21, }, end: Position { line: 540, column: 45, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "wantedBy", span: Span { start: Position { line: 541, column: 7, }, end: Position { line: 541, column: 15, }, }, }, ), ], to: List( List { elements: [ String( String_ { parts: [ Raw( PartRaw { content: "multi-user.target", span: Span { start: Position { line: 541, column: 21, }, end: Position { line: 541, column: 38, }, }, }, ), ], span: Span { start: Position { line: 541, column: 20, }, end: Position { line: 541, column: 39, }, }, }, ), ], span: Span { start: Position { line: 541, column: 18, }, end: Position { line: 541, column: 41, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "path", span: Span { start: Position { line: 542, column: 7, }, end: Position { line: 542, column: 11, }, }, }, ), ], to: List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 542, column: 16, }, end: Position { line: 542, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 542, column: 21, }, end: Position { line: 542, column: 27, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 542, column: 14, }, end: Position { line: 542, column: 29, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "serviceConfig", span: Span { start: Position { line: 543, column: 7, }, end: Position { line: 543, column: 20, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecStart", span: Span { start: Position { line: 544, column: 9, }, end: Position { line: 544, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 544, column: 24, }, end: Position { line: 544, column: 28, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 544, column: 29, }, end: Position { line: 544, column: 35, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/sbin/bacula-dir -f -u bacula -g bacula -c ", span: Span { start: Position { line: 544, column: 22, }, end: Position { line: 544, column: 79, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "dir_conf", span: Span { start: Position { line: 544, column: 81, }, end: Position { line: 544, column: 89, }, }, }, ), }, ), ], span: Span { start: Position { line: 544, column: 21, }, end: Position { line: 544, column: 91, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "ExecReload", span: Span { start: Position { line: 545, column: 9, }, end: Position { line: 545, column: 19, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 545, column: 25, }, end: Position { line: 545, column: 29, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "coreutils", span: Span { start: Position { line: 545, column: 30, }, end: Position { line: 545, column: 39, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/kill -HUP $MAINPID", span: Span { start: Position { line: 545, column: 23, }, end: Position { line: 545, column: 63, }, }, }, ), ], span: Span { start: Position { line: 545, column: 22, }, end: Position { line: 545, column: 64, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "LogsDirectory", span: Span { start: Position { line: 546, column: 9, }, end: Position { line: 546, column: 22, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 546, column: 26, }, end: Position { line: 546, column: 32, }, }, }, ), ], span: Span { start: Position { line: 546, column: 25, }, end: Position { line: 546, column: 33, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "StateDirectory", span: Span { start: Position { line: 547, column: 9, }, end: Position { line: 547, column: 23, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 547, column: 27, }, end: Position { line: 547, column: 33, }, }, }, ), ], span: Span { start: Position { line: 547, column: 26, }, end: Position { line: 547, column: 34, }, }, }, ), }, ), ], span: Span { start: Position { line: 543, column: 23, }, end: Position { line: 548, column: 8, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "preStart", span: Span { start: Position { line: 549, column: 7, }, end: Position { line: 549, column: 15, }, }, }, ), ], to: IndentedString( IndentedString { parts: [ Raw( PartRaw { content: "if ! test -e \"", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 550, column: 23, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "libDir", span: Span { start: Position { line: 550, column: 25, }, end: Position { line: 550, column: 31, }, }, }, ), }, ), Raw( PartRaw { content: "/db-created\"; then\n ", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 551, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 551, column: 15, }, end: Position { line: 551, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "postgresql", span: Span { start: Position { line: 551, column: 20, }, end: Position { line: 551, column: 30, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/createuser --no-superuser --no-createdb --no-createrole bacula\n #", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 552, column: 14, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 552, column: 16, }, end: Position { line: 552, column: 20, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "postgresql", span: Span { start: Position { line: 552, column: 21, }, end: Position { line: 552, column: 31, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/createdb --owner bacula bacula\n\n # populate DB\n ", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 555, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 555, column: 15, }, end: Position { line: 555, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 555, column: 20, }, end: Position { line: 555, column: 26, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/create_bacula_database postgresql\n ", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 556, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 556, column: 15, }, end: Position { line: 556, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 556, column: 20, }, end: Position { line: 556, column: 26, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/make_bacula_tables postgresql\n ", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 557, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 557, column: 15, }, end: Position { line: 557, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 557, column: 20, }, end: Position { line: 557, column: 26, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/grant_bacula_privileges postgresql\n touch \"", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 558, column: 20, }, }, }, ), Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "libDir", span: Span { start: Position { line: 558, column: 22, }, end: Position { line: 558, column: 28, }, }, }, ), }, ), Raw( PartRaw { content: "/db-created\"\nelse\n ", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 560, column: 13, }, }, }, ), Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 560, column: 15, }, end: Position { line: 560, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 560, column: 20, }, end: Position { line: 560, column: 26, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/etc/update_bacula_tables postgresql || true\nfi\n", span: Span { start: Position { line: 550, column: 1, }, end: Position { line: 562, column: 7, }, }, }, ), ], span: Span { start: Position { line: 549, column: 18, }, end: Position { line: 562, column: 9, }, }, }, ), }, ), ], span: Span { start: Position { line: 538, column: 55, }, end: Position { line: 563, column: 6, }, }, }, ), ], }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "environment", span: Span { start: Position { line: 565, column: 5, }, end: Position { line: 565, column: 16, }, }, }, ), Raw( PartRaw { content: "systemPackages", span: Span { start: Position { line: 565, column: 17, }, end: Position { line: 565, column: 31, }, }, }, ), ], to: List( List { elements: [ PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 565, column: 36, }, end: Position { line: 565, column: 40, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 565, column: 41, }, end: Position { line: 565, column: 47, }, }, }, ), ], default: None, }, ), ], span: Span { start: Position { line: 565, column: 34, }, end: Position { line: 565, column: 49, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "users", span: Span { start: Position { line: 567, column: 5, }, end: Position { line: 567, column: 10, }, }, }, ), Raw( PartRaw { content: "users", span: Span { start: Position { line: 567, column: 11, }, end: Position { line: 567, column: 16, }, }, }, ), Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 567, column: 17, }, end: Position { line: 567, column: 23, }, }, }, ), ], to: Map( Map { recursive: false, bindings: [ KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "group", span: Span { start: Position { line: 568, column: 7, }, end: Position { line: 568, column: 12, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 568, column: 16, }, end: Position { line: 568, column: 22, }, }, }, ), ], span: Span { start: Position { line: 568, column: 15, }, end: Position { line: 568, column: 23, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "uid", span: Span { start: Position { line: 569, column: 7, }, end: Position { line: 569, column: 10, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 569, column: 13, }, end: Position { line: 569, column: 19, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "ids", span: Span { start: Position { line: 569, column: 20, }, end: Position { line: 569, column: 23, }, }, }, ), Raw( PartRaw { content: "uids", span: Span { start: Position { line: 569, column: 24, }, end: Position { line: 569, column: 28, }, }, }, ), Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 569, column: 29, }, end: Position { line: 569, column: 35, }, }, }, ), ], default: None, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "home", span: Span { start: Position { line: 570, column: 7, }, end: Position { line: 570, column: 11, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: Identifier( Identifier { id: "libDir", span: Span { start: Position { line: 570, column: 17, }, end: Position { line: 570, column: 23, }, }, }, ), }, ), ], span: Span { start: Position { line: 570, column: 14, }, end: Position { line: 570, column: 25, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "createHome", span: Span { start: Position { line: 571, column: 7, }, end: Position { line: 571, column: 17, }, }, }, ), ], to: Identifier( Identifier { id: "true", span: Span { start: Position { line: 571, column: 20, }, end: Position { line: 571, column: 24, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "description", span: Span { start: Position { line: 572, column: 7, }, end: Position { line: 572, column: 18, }, }, }, ), ], to: String( String_ { parts: [ Raw( PartRaw { content: "Bacula Daemons user", span: Span { start: Position { line: 572, column: 22, }, end: Position { line: 572, column: 41, }, }, }, ), ], span: Span { start: Position { line: 572, column: 21, }, end: Position { line: 572, column: 42, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "shell", span: Span { start: Position { line: 573, column: 7, }, end: Position { line: 573, column: 12, }, }, }, ), ], to: String( String_ { parts: [ Interpolation( PartInterpolation { expression: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "pkgs", span: Span { start: Position { line: 573, column: 18, }, end: Position { line: 573, column: 22, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "bash", span: Span { start: Position { line: 573, column: 23, }, end: Position { line: 573, column: 27, }, }, }, ), ], default: None, }, ), }, ), Raw( PartRaw { content: "/bin/bash", span: Span { start: Position { line: 573, column: 16, }, end: Position { line: 573, column: 37, }, }, }, ), ], span: Span { start: Position { line: 573, column: 15, }, end: Position { line: 573, column: 38, }, }, }, ), }, ), ], span: Span { start: Position { line: 567, column: 26, }, end: Position { line: 574, column: 6, }, }, }, ), }, ), KeyValue( BindingKeyValue { from: [ Raw( PartRaw { content: "users", span: Span { start: Position { line: 576, column: 5, }, end: Position { line: 576, column: 10, }, }, }, ), Raw( PartRaw { content: "groups", span: Span { start: Position { line: 576, column: 11, }, end: Position { line: 576, column: 17, }, }, }, ), Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 576, column: 18, }, end: Position { line: 576, column: 24, }, }, }, ), Raw( PartRaw { content: "gid", span: Span { start: Position { line: 576, column: 25, }, end: Position { line: 576, column: 28, }, }, }, ), ], to: PropertyAccess( PropertyAccess { expression: Identifier( Identifier { id: "config", span: Span { start: Position { line: 576, column: 31, }, end: Position { line: 576, column: 37, }, }, }, ), attribute_path: [ Raw( PartRaw { content: "ids", span: Span { start: Position { line: 576, column: 38, }, end: Position { line: 576, column: 41, }, }, }, ), Raw( PartRaw { content: "gids", span: Span { start: Position { line: 576, column: 42, }, end: Position { line: 576, column: 46, }, }, }, ), Raw( PartRaw { content: "bacula", span: Span { start: Position { line: 576, column: 47, }, end: Position { line: 576, column: 53, }, }, }, ), ], default: None, }, ), }, ), ], span: Span { start: Position { line: 509, column: 68, }, end: Position { line: 577, column: 4, }, }, }, ), ], }, ), }, ), ], span: Span { start: Position { line: 292, column: 4, }, end: Position { line: 578, column: 2, }, }, }, ), span: Span { start: Position { line: 9, column: 1, }, end: Position { line: 578, column: 2, }, }, }, ), span: Span { start: Position { line: 7, column: 1, }, end: Position { line: 578, column: 2, }, }, }, ), span: Span { start: Position { line: 1, column: 1, }, end: Position { line: 578, column: 2, }, }, }, )