]> git.openstreetmap.org Git - chef.git/commitdiff
Switch to using limnoria instead of supybot
authorTom Hughes <tom@compton.nu>
Tue, 19 May 2020 13:32:25 +0000 (13:32 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 19 May 2020 13:34:20 +0000 (14:34 +0100)
cookbooks/supybot/recipes/default.rb
cookbooks/supybot/templates/default/supybot.conf.erb
test/integration/supybot/serverspec/supybot_spec.rb

index 6a14c00851d6199bf33fdb9cb5ab436342886fe4..10119e0563545f5e36282f8ac939c60af44edb20 100644 (file)
@@ -22,8 +22,8 @@ include_recipe "accounts"
 users = data_bag_item("supybot", "users")
 passwords = data_bag_item("supybot", "passwords")
 
 users = data_bag_item("supybot", "users")
 passwords = data_bag_item("supybot", "passwords")
 
-package "supybot"
-package "python-git"
+package "limnoria"
+package "python3-git"
 
 directory "/etc/supybot" do
   owner "supybot"
 
 directory "/etc/supybot" do
   owner "supybot"
index fe3c63eb6d2b23a545450497e49cb1ac8e734292..7e7769a084b15444f5630faf05d2573f793aba04 100644 (file)
@@ -637,6 +637,13 @@ supybot.directories.data: /var/lib/supybot/data
 ###
 supybot.directories.data.tmp: /var/lib/supybot/data/tmp
 
 ###
 supybot.directories.data.tmp: /var/lib/supybot/data/tmp
 
+###
+# Determines what directory files of the web server (templates, custom images, ...) are put into.
+#
+# Default value: web
+###
+supybot.directories.data.web: /var/lib/supybot/data/web
+
 ###
 # Determines what directory backup data is put into.
 #
 ###
 # Determines what directory backup data is put into.
 #
index 97a7db2dc17ce03e65b7df91de27a2eba0862d62..e5ee25291c72c6538bffb62c2bc1a88ad79f3328 100644 (file)
@@ -3,7 +3,7 @@ require "serverspec"
 # Required by serverspec
 set :backend, :exec
 
 # Required by serverspec
 set :backend, :exec
 
-describe package("supybot") do
+describe package("limnoria") do
   it { should be_installed }
 end
 
   it { should be_installed }
 end