Skip to content

Commit 69d55c9

Browse files
committed
Fix space_before_arrow lint check
Since puppet-lint 4.3.0 this is checked.
1 parent 48fc520 commit 69d55c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/plugin/omaha.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
path => '/bin:/usr/bin',
4444
}
4545
-> file { $contentpath:
46-
ensure => directory,
46+
ensure => directory,
4747
}
4848
}

manifests/plugin/pulp.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# pulp3: removed in rubygem-smart_proxy_pulp 2.0
4646
# pulp/pulpnode: removed in rubygem-smart_proxy_pulp 3.0
4747
foreman_proxy::settings_file { ['pulp3', 'pulp', 'pulpnode']:
48-
ensure => absent,
48+
ensure => absent,
4949
},
5050
]
5151
}

0 commit comments

Comments
 (0)