Explicitly install snapd package
It was not installed on fornax for example
This commit is contained in:
parent
31631ddc4a
commit
7582cafb77
@ -9,6 +9,8 @@ property :site, String
|
||||
action :create do
|
||||
return if node.chef_environment == "development"
|
||||
|
||||
package "snapd"
|
||||
|
||||
domain = new_resource.domain
|
||||
site = new_resource.site || domain
|
||||
root_directory = "/var/www/#{domain}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user