bastelfreak
05/10/2023, 4:26 PMYehuda Katz
05/10/2023, 4:26 PMYehuda Katz
05/10/2023, 4:27 PMEmer Conghaile
05/10/2023, 4:33 PMSlackbot
05/10/2023, 5:23 PMSlackbot
05/10/2023, 8:31 PMSlackbot
05/10/2023, 9:42 PMSlackbot
05/11/2023, 10:02 AMfbh
05/11/2023, 11:05 AMDr Bunsen Honeydew
05/11/2023, 11:45 AMrunlolarun
05/11/2023, 2:08 PMSlackbot
05/11/2023, 2:16 PMKen
05/11/2023, 6:29 PMvchepkov
05/11/2023, 6:34 PMSlackbot
05/11/2023, 6:35 PMnatemccurdy
05/11/2023, 6:35 PMnatemccurdy
05/11/2023, 6:37 PMKen
05/11/2023, 6:38 PMnatemccurdy
05/11/2023, 6:38 PMKen
05/11/2023, 6:38 PMKen
05/11/2023, 6:39 PMKen
05/11/2023, 6:40 PMvchepkov
05/11/2023, 6:41 PMSlackbot
05/11/2023, 6:45 PMKen
05/11/2023, 6:47 PMKen
05/11/2023, 6:47 PMSlackbot
05/11/2023, 11:44 PMPatrick Rynhart
05/12/2023, 4:36 AMPatrick Rynhart
05/12/2023, 4:36 AM$web_prereqs = [ 'mod_ssl', 'php', 'php-mbstring', 'php-xml', 'php-json' ]
package { 'httpd': }
package { $web_prereqs:
require => Package['httpd'],
notify => Package['httpd'],
}
Patrick Rynhart
05/12/2023, 4:37 AMError: Found 1 dependency cycle:
(Package[httpd] => Package[mod_ssl] => Package[httpd])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz
Error: Failed to apply catalog: One or more resource dependency cycles detected in graph