# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
-# http://www.apache.org/licenses/LICENSE-2.0
+# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
repository theme_repository
user node[:wordpress][:user]
group node[:wordpress][:group]
- ignore_failure theme_repository.start_with?("http://themes.svn.wordpress.org/")
+ ignore_failure theme_repository.start_with?("https://themes.svn.wordpress.org/")
end
end
end
end
def default_repository
- "http://themes.svn.wordpress.org/#{new_resource.theme}/#{new_resource.version}"
+ "https://themes.svn.wordpress.org/#{new_resource.theme}/#{new_resource.version}"
end
end