Skip to content

Commit

Permalink
puppet: Fix arrow alignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv authored and timabbott committed Apr 5, 2024
1 parent 235e2ee commit f4d109c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion puppet/kandra/manifests/profile/base.pp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

service { 'ssh':
ensure => running,
ensure => running,
}

include kandra::aws_tools
Expand Down
2 changes: 1 addition & 1 deletion puppet/kandra/manifests/profile/nagios.pp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
'/etc/nagios4/conf.d/localhost_nagios2.cfg',
'/etc/nagios4/conf.d/zulip_nagios.cfg',
]:
ensure => absent,
ensure => absent,
}

file { "${zulip::common::supervisor_conf_dir}/autossh_tunnels.conf":
Expand Down
2 changes: 1 addition & 1 deletion puppet/kandra/manifests/profile/zmirror.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'python3-typing-extensions',
]
package { $zmirror_packages:
ensure => installed,
ensure => installed,
}

file { "${zulip::common::supervisor_conf_dir}/zmirror.conf":
Expand Down
2 changes: 1 addition & 1 deletion puppet/kandra/manifests/profile/zmirror_personals.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'restricted-ssh-commands',
]
package { $zmirror_packages:
ensure => installed,
ensure => installed,
}

# The production-write-ccache key uses
Expand Down

0 comments on commit f4d109c

Please sign in to comment.