lib/fog/azurerm/config.rb in gitlab-fog-azure-rm-1.3.0 vs lib/fog/azurerm/config.rb in gitlab-fog-azure-rm-1.4.0

- old
+ new

@@ -1,4 +1,8 @@ -LOCATION = 'eastus'.freeze +module Fog + module AzureRM + LOCATION = 'eastus'.freeze + end +end