Sha256: 948b1d27923b4ddd6ff5da1db4cd0819c71655d195637c68c384e857d3533825

Contents?: true

Size: 1.19 KB

Versions: 5

Compression:

Stored size: 1.19 KB

Contents

# GEM SETUP

# Where user's local gems will be installed
gem_install_dir: ~/.origen/gems
# If your company has an internal gem server enter it here
#gem_server: http://gems.company.net:9292
# If build switches/options are required to build specific gems in your environment
# you can define them here
#gem_build_switches:
#  - nokogiri --use-system-libraries=true --with-xml2-include=/path/to/libxml2  
#  - other_gem --some_build_switch

# USERS AND LDAP

# Adding an email domain will allow email addresses for users to be automatically
# generated from their ID e.g.
#
#   # With email_domain specified
#   User.new("ax1234").email  # => "ax1234@company.com"  
#
#   # Without email_domain specified
#   User.new("ax1234@company.com").email  # => "ax1234@company.com"  
#email_domain: company.com
#email_server: remotesmtp.company.net
#email_port: 25

# Required parameters to connect to your company's LDAP system
#ldap_username: cn=manager,dc=example,dc=com
#ldap_password: opensesame
#ldap_host: ids.company.net
#ldap_port: 636
#ldap_base_dn: ou=people,ou=intranet,dc=com
# Optional to override the name given to the user ID attribute on the LDAP system ('id' by default)
#ldap_user_id_attribute: uid

# LSF  

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
origen-0.0.6 origen_site_config.yml
origen-0.0.5 origen_site_config.yml
origen-0.0.4 origen_site_config.yml
origen-0.0.3 origen_site_config.yml
origen-0.0.2 origen_site_config.yml