You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this module inside other class like below, but when I am running the puppet command on the remote machine, it's not getting executed at all.
but currently, i am deploying changes for staging instance of the remote machine and I copy pasted modules directories from production path to staging path
[root@prftpuppet modules]# ls -tlr
drwxrwxr-x+ 8 PDEPLOY PDEPLOY 4096 Jan 29 08:18 perficient
drwxrwxr-x+ 6 PDEPLOY PDEPLOY 4096 Jan 29 08:18 stdlib
drwxr-xr-x+ 5 PDEPLOY PDEPLOY 4096 Feb 8 23:30 augeasproviders_sysctl
Hello,
I am using this module inside other class like below, but when I am running the puppet command on the remote machine, it's not getting executed at all.
class majorupgrade::redis ( ) {
some code....
class add_sysctl_setting {
sysctl { 'kernel.dmesg_restrict':
ensure => present,
value => '1',
target => "/etc/sysctl.conf",
}
}
}
Master Host : AWS
Remote host : Centos 7
Module installed :
[root@staging]# puppet module list
/etc/puppetlabs/code/environments/production/modules
├── herculesteam-augeasproviders_core (v2.1.4)
├── herculesteam-augeasproviders_sysctl (v2.2.0)
├── perficient-puppet (v0.1.0)
└── puppetlabs-stdlib (v4.5.1)
but currently, i am deploying changes for staging instance of the remote machine and I copy pasted modules directories from production path to staging path
[root@prftpuppet modules]# ls -tlr
drwxrwxr-x+ 8 PDEPLOY PDEPLOY 4096 Jan 29 08:18 perficient
drwxrwxr-x+ 6 PDEPLOY PDEPLOY 4096 Jan 29 08:18 stdlib
drwxr-xr-x+ 5 PDEPLOY PDEPLOY 4096 Feb 8 23:30 augeasproviders_sysctl
[root@prftpuppet modules]# pwd
/etc/puppetlabs/code/environments/staging/modules
Can you please suggest why this module is not working for me? and where i have to make changes in puppet to make it work.
Thanks and Regards
The text was updated successfully, but these errors were encountered: