Skip to content

Commit 573323f

Browse files
committed
Formatting
1 parent f6447b9 commit 573323f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

manifests/redhat.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
$baseurl = $defaulturl
6666
}
6767

68-
exec { "ensure key 4172A230 is removed from the RPM database":
69-
command => "/bin/rpm --erase gpg-pubkey-4172a230-55dd14f6",
70-
onlyif => "/bin/rpm -q gpg-pubkey-4172a230-55dd14f6",
68+
exec { 'ensure key 4172A230 is removed from the RPM database':
69+
command => '/bin/rpm --erase gpg-pubkey-4172a230-55dd14f6',
70+
onlyif => '/bin/rpm -q gpg-pubkey-4172a230-55dd14f6',
7171
}
7272

7373
yumrepo { 'datadog-beta':

manifests/suse.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
}
6666
}
6767

68-
exec { "ensure key 4172A230 is removed from the RPM database":
69-
command => "/bin/rpm --erase gpg-pubkey-4172a230-55dd14f6",
70-
onlyif => "/bin/rpm -q gpg-pubkey-4172a230-55dd14f6",
68+
exec { 'ensure key 4172A230 is removed from the RPM database':
69+
command => '/bin/rpm --erase gpg-pubkey-4172a230-55dd14f6',
70+
onlyif => '/bin/rpm -q gpg-pubkey-4172a230-55dd14f6',
7171
}
7272

7373
zypprepo { 'datadog':

0 commit comments

Comments
 (0)