Skip to content

Instantly share code, notes, and snippets.

@feniix
Created June 5, 2014 23:05
Show Gist options
  • Save feniix/011f05c473eba6be8c4c to your computer and use it in GitHub Desktop.
Save feniix/011f05c473eba6be8c4c to your computer and use it in GitHub Desktop.
manifests/resource/location.pp:230: $vhost_sanitized = regsubst($vhost, ' ', '_', 'G')
manifests/resource/location.pp:233: $location_sanitized_tmp = regsubst($location, '\/', '_', 'G')
manifests/resource/location.pp:234: $location_sanitized = regsubst($location_sanitized_tmp, '\\', '_', 'G')
manifests/resource/vhost.pp:326: $name_sanitized = regsubst($name, ' ', '_', 'G')
manifests/resource/vhost.pp:467: $cert = regsubst($name,' ','_')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment