Skip to content

Instantly share code, notes, and snippets.

@ody
Last active October 9, 2020 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ody/b79ff5b4d86cf7932d1742bee11449c6 to your computer and use it in GitHub Desktop.
Save ody/b79ff5b4d86cf7932d1742bee11449c6 to your computer and use it in GitHub Desktop.
powerstore_nas_server { 'string':
backup_i_pv4_interface_id => 'string',
backup_i_pv6_interface_id => 'string',
current_node_id => 'string',
current_unix_directory_service => 'None',
default_unix_user => 'string',
default_windows_user => 'string',
description => 'string',
is_auto_user_mapping_enabled => false,
is_username_translation_enabled => false,
preferred_node_id => 'string',
production_i_pv4_interface_id => 'string',
production_i_pv6_interface_id => 'string',
ensure => 'present',
}
#notify { 'obtained id': message => Deferred('powerstore_get', [{ 'name' => 'eq.string' }, '/nas_server', 'id']) }
powerstore_file_ftp { 'string':
audit_dir => 'string',
audit_max_size => 40960,
default_homedir => 'string',
groups => [],
hosts => [],
is_allowed_groups => true,
is_allowed_hosts => true,
is_allowed_users => true,
is_anonymous_authentication_enabled => true,
is_audit_enabled => false,
is_ftp_enabled => true,
is_homedir_limit_enabled => true,
is_sftp_enabled => false,
is_smb_authentication_enabled => true,
is_unix_authentication_enabled => true,
message_of_the_day => 'string',
nas_server_id => Deferred('powerstore_get', [{ 'name' => 'eq.string' }, '/nas_server', 'id']),
users => [],
welcome_message => 'string',
ensure => 'present',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment