diff --git a/site-modules/role/manifests/postgresql_client.pp b/site-modules/role/manifests/postgresql_client.pp index ec064d28..0f5ed846 100644 --- a/site-modules/role/manifests/postgresql_client.pp +++ b/site-modules/role/manifests/postgresql_client.pp @@ -1,3 +1,3 @@ class role::postgresql_client { - include role::postgresql::client + include profile::postgresql::client }