Skip to content

Commit

Permalink
Adapt header of configure_cron_tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
manegron committed Dec 12, 2023
1 parent eb6c64b commit bd0bf1b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions resources/recipes/configure_cron_tasks.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
#
# Cookbook Name:: manager
# Recipe:: configure_cron_tasks
#
# Copyright 2024, redborder
#
# AFFERO GENERAL PUBLIC LICENSE V3
#

# Services configuration
manager_services = manager_services()

cluster_installed = File.exist?("/etc/cluster-installed.txt")

#--------------------------Druid-------------------------#
Expand Down

0 comments on commit bd0bf1b

Please sign in to comment.