Skip to content

Commit

Permalink
Remove references to stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Fedotov committed Sep 6, 2018
1 parent 0367744 commit ed2a8e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
String $service_name = $proxysql::params::service_name,
String $service_ensure = $proxysql::params::service_ensure,

Stdlib::Absolutepath $datadir = $proxysql::params::datadir,
String $datadir = $proxysql::params::datadir,

String $listen_ip = $proxysql::params::listen_ip,
Integer $listen_port = $proxysql::params::listen_port,
Expand All @@ -170,10 +170,10 @@

Boolean $split_config = $proxysql::params::split_config,

Stdlib::Absolutepath $proxy_config_file = $proxysql::params::proxy_config_file,
String $proxy_config_file = $proxysql::params::proxy_config_file,
Boolean $manage_proxy_config_file = $proxysql::params::manage_proxy_config_file,

Stdlib::Absolutepath $config_file = $proxysql::params::config_file,
String $config_file = $proxysql::params::config_file,
Boolean $manage_config_file = $proxysql::params::manage_config_file,

String $mycnf_file_name = $proxysql::params::mycnf_file_name,
Expand Down
4 changes: 0 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"name": "puppetlabs-mysql",
"version_requirement": ">= 2.5.0 < 7.0.0"
},
{
"name": "puppetlabs-stdlib",
"version_requirement": ">= 1.0.0"
},
{
"name": "puppetlabs-apt",
"version_requirement": ">= 2.1.0 < 6.0.0"
Expand Down

0 comments on commit ed2a8e5

Please sign in to comment.