File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -725,7 +725,7 @@ Default value: `undef`
725725
726726##### <a name =" -rabbitmq--package_apt_pin " ></a >` package_apt_pin `
727727
728- Data type: ` Optional[Variant[Numeric, String]] `
728+ Data type: ` Optional[Variant[Numeric, String[1] ]] `
729729
730730Whether to pin the package to a particular source
731731
Original file line number Diff line number Diff line change 378378 Boolean $management_ssl = true ,
379379 Optional[String] $management_hostname = undef ,
380380 Optional[String] $node_ip_address = undef ,
381- Optional[Variant[Numeric, String]] $package_apt_pin = undef ,
381+ Optional[Variant[Numeric, String[1]]] $package_apt_pin = undef ,
382382 String $package_ensure = ' installed' ,
383383 Optional[String] $package_gpg_key = undef ,
384384 Optional[String] $repo_gpg_key = undef ,
Original file line number Diff line number Diff line change 8383 end
8484
8585 context 'with no pin' , if : os_facts [ 'os' ] [ 'family' ] == 'Debian' do
86- let ( :params ) { { repos_ensure : true , package_apt_pin : '' } }
86+ let ( :params ) { { repos_ensure : true , package_apt_pin : nil } }
8787
8888 describe 'it sets up an apt::source' do
8989 it {
You can’t perform that action at this time.
0 commit comments